Skip to content

Commit

Permalink
update: Engine to anemone-e212f2ea (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhedey authored Jan 25, 2024
2 parents 09baf36 + fa41ea6 commit c5e0991
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
40 changes: 20 additions & 20 deletions core-rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions core-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ resolver = "2"
# $ git push origin "release_name-BLAH"
# * Then use tag="release_name-BLAH" in the below dependencies.
#
sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "anemone-ea13991188", features = ["serde"] }
transaction = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "anemone-ea13991188" }
transaction-scenarios = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "anemone-ea13991188" }
radix-engine-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "anemone-ea13991188", features = ["serde"] }
radix-engine-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "anemone-ea13991188" }
radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "anemone-ea13991188" }
radix-engine-stores = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "anemone-ea13991188" }
radix-engine-store-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "anemone-ea13991188" }
radix-engine-queries = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "anemone-ea13991188" }
utils = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "anemone-ea13991188", features = ["serde"] }
sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "anemone-e212f2ea", features = ["serde"] }
transaction = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "anemone-e212f2ea" }
transaction-scenarios = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "anemone-e212f2ea" }
radix-engine-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "anemone-e212f2ea", features = ["serde"] }
radix-engine-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "anemone-e212f2ea" }
radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "anemone-e212f2ea" }
radix-engine-stores = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "anemone-e212f2ea" }
radix-engine-store-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "anemone-e212f2ea" }
radix-engine-queries = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "anemone-e212f2ea" }
utils = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "anemone-e212f2ea", features = ["serde"] }

itertools = { version = "0.11.0" }
jni = { version = "0.19.0" }
Expand Down

0 comments on commit c5e0991

Please sign in to comment.