Skip to content

Commit c8190e1

Browse files
committed
Update engine dependencies
1 parent 6aeadf1 commit c8190e1

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

core-rust/Cargo.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core-rust/Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ resolver = "2"
2626
# Then use tag="release_name-BLAH" in the below dependencies.
2727
# =================================================================
2828

29-
sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-dc0237d2", features = ["serde"] }
30-
radix-transactions = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-dc0237d2" }
31-
radix-transaction-scenarios = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-dc0237d2" }
32-
radix-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-dc0237d2", features = ["serde"] }
33-
radix-engine-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-dc0237d2" }
34-
radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-dc0237d2" }
35-
radix-substate-store-impls = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-dc0237d2" }
36-
radix-substate-store-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-dc0237d2" }
37-
radix-substate-store-queries = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-dc0237d2" }
38-
radix-rust = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-dc0237d2", features = ["serde"] }
39-
radix-blueprint-schema-init = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-dc0237d2", features = ["serde"] }
40-
radix-engine-toolkit-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-dc0237d2" }
29+
sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-ba329d35", features = ["serde"] }
30+
radix-transactions = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-ba329d35" }
31+
radix-transaction-scenarios = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-ba329d35" }
32+
radix-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-ba329d35", features = ["serde"] }
33+
radix-engine-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-ba329d35" }
34+
radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-ba329d35" }
35+
radix-substate-store-impls = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-ba329d35" }
36+
radix-substate-store-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-ba329d35" }
37+
radix-substate-store-queries = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-ba329d35" }
38+
radix-rust = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-ba329d35", features = ["serde"] }
39+
radix-blueprint-schema-init = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-ba329d35", features = ["serde"] }
40+
radix-engine-toolkit-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-ba329d35" }
4141

4242
itertools = { version = "=0.10.5" }
4343
jni = { version = "=0.19.0" }

0 commit comments

Comments
 (0)