Skip to content

Commit

Permalink
update: Update to scrypto rcnet-v3-fe58fcd8
Browse files Browse the repository at this point in the history
  • Loading branch information
dhedey committed Aug 31, 2023
1 parent 7887885 commit ef095d5
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 @@ -21,16 +21,16 @@ members = [
# $ 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 = "rcnet-v3-6dbc094b", features = ["serde"] }
transaction = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3-6dbc094b" }
transaction-scenarios = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3-6dbc094b" }
radix-engine-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3-6dbc094b", features = ["serde"] }
radix-engine-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3-6dbc094b" }
radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3-6dbc094b" }
radix-engine-stores = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3-6dbc094b" }
radix-engine-store-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3-6dbc094b" }
radix-engine-queries = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3-6dbc094b" }
utils = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3-6dbc094b", features = ["serde"] }
sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3-fe58fcd8", features = ["serde"] }
transaction = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3-fe58fcd8" }
transaction-scenarios = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3-fe58fcd8" }
radix-engine-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3-fe58fcd8", features = ["serde"] }
radix-engine-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3-fe58fcd8" }
radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3-fe58fcd8" }
radix-engine-stores = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3-fe58fcd8" }
radix-engine-store-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3-fe58fcd8" }
radix-engine-queries = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3-fe58fcd8" }
utils = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3-fe58fcd8", features = ["serde"] }

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

0 comments on commit ef095d5

Please sign in to comment.