Skip to content

Commit

Permalink
Upgrade RET to Sajjons commit containing fix including Zabanet in RET.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajjon committed Feb 21, 2024
1 parent d4e4343 commit 73a1c04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ serde_repr = "0.1.17"
strum = { version = "0.25.0", features = ["derive"] }
strum_macros = { version = "0.26.1" }

# 587d5988cd4ca3c5193ddf37027ff4e4ecd637dc is the Scrypto commit that RET 34fcc3d5953f4fe131d63d4ee2c41259a087e7a5 uses
# 587d5988cd4ca3c5193ddf37027ff4e4ecd637dc is the Scrypto commit that RET 6c8caeace584086f175c01b65ce58002e90d8f97 uses
radix-engine-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", rev = "587d5988cd4ca3c5193ddf37027ff4e4ecd637dc", features = [
"serde",
] }
radix-engine-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", rev = "587d5988cd4ca3c5193ddf37027ff4e4ecd637dc", features = [
"std",
] }
radix-engine-toolkit-json = { git = "https://github.com/radixdlt/radix-engine-toolkit", rev = "34fcc3d5953f4fe131d63d4ee2c41259a087e7a5" }
radix-engine-toolkit = { git = "https://github.com/radixdlt/radix-engine-toolkit", rev = "34fcc3d5953f4fe131d63d4ee2c41259a087e7a5" }
radix-engine-toolkit-json = { git = "https://github.com/radixdlt/radix-engine-toolkit", rev = "6c8caeace584086f175c01b65ce58002e90d8f97" }
radix-engine-toolkit = { git = "https://github.com/radixdlt/radix-engine-toolkit", rev = "6c8caeace584086f175c01b65ce58002e90d8f97" }
enum-iterator = "1.4.1"
bip32 = "0.5.1" # only need Secp256k1, to do validation of PublicKey
ed25519-dalek = "1.0.1"
Expand Down

0 comments on commit 73a1c04

Please sign in to comment.