Skip to content

Commit a6dd4e0

Browse files
committed
Update engine dependencies for upgraded wasmi
1 parent 85db448 commit a6dd4e0

File tree

2 files changed

+47
-54
lines changed

2 files changed

+47
-54
lines changed

core-rust/Cargo.lock

Lines changed: 35 additions & 42 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-423e26ab", features = ["serde"] }
30-
radix-transactions = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-423e26ab" }
31-
radix-transaction-scenarios = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-423e26ab" }
32-
radix-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-423e26ab", features = ["serde"] }
33-
radix-engine-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-423e26ab" }
34-
radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-423e26ab" }
35-
radix-substate-store-impls = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-423e26ab" }
36-
radix-substate-store-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-423e26ab" }
37-
radix-substate-store-queries = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-423e26ab" }
38-
radix-rust = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-423e26ab", features = ["serde"] }
39-
radix-blueprint-schema-init = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-423e26ab", features = ["serde"] }
40-
radix-engine-toolkit-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-423e26ab" }
29+
sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-f646850c", features = ["serde"] }
30+
radix-transactions = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-f646850c" }
31+
radix-transaction-scenarios = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-f646850c" }
32+
radix-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-f646850c", features = ["serde"] }
33+
radix-engine-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-f646850c" }
34+
radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-f646850c" }
35+
radix-substate-store-impls = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-f646850c" }
36+
radix-substate-store-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-f646850c" }
37+
radix-substate-store-queries = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-f646850c" }
38+
radix-rust = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-f646850c", features = ["serde"] }
39+
radix-blueprint-schema-init = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-f646850c", features = ["serde"] }
40+
radix-engine-toolkit-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "cuttlefish-f646850c" }
4141

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

0 commit comments

Comments
 (0)