Skip to content

Commit

Permalink
Updating the scrypto and ret dependency (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA authored Aug 27, 2024
1 parent 57cada8 commit 1de4be0
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 52 deletions.
104 changes: 63 additions & 41 deletions Cargo.lock

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

20 changes: 9 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,22 +74,20 @@ strum = { git = "https://github.com/Peternator7/strum/", rev = "f746c3699acf1501
"derive",
] }

sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", rev = "397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad" }
radix-rust = { git = "https://github.com/radixdlt/radixdlt-scrypto", rev = "397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad", features = [
"serde",
] }
radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", rev = "397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad" }
radix-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", rev = "397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad", features = [
sbor = { version = "1.2.0" }
radix-rust = { version = "1.2.0", features = ["serde"] }
radix-engine = { version = "1.2.0" }
radix-common = { version = "1.2.0", features = [
"serde",
"secp256k1_sign_and_validate",
] }
radix-common-derive = { git = "https://github.com/radixdlt/radixdlt-scrypto", rev = "397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad" }
radix-engine-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", rev = "397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad" }
radix-common-derive = { version = "1.2.0" }
radix-engine-interface = { version = "1.2.0" }

radix-transactions = { git = "https://github.com/radixdlt/radixdlt-scrypto", rev = "397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad" }
radix-transactions = { version = "1.2.0" }

radix-engine-toolkit-json = { git = "https://github.com/radixdlt/radix-engine-toolkit", rev = "c699783b487e9c1eb78847f9093d918d3dbd5e39" }
radix-engine-toolkit = { git = "https://github.com/radixdlt/radix-engine-toolkit", rev = "c699783b487e9c1eb78847f9093d918d3dbd5e39" }
radix-engine-toolkit-json = { git = "https://github.com/radixdlt/radix-engine-toolkit", rev = "476d779fee08ed1e561ac8fc8730a2a404b7de79" }
radix-engine-toolkit = { git = "https://github.com/radixdlt/radix-engine-toolkit", rev = "476d779fee08ed1e561ac8fc8730a2a404b7de79" }

# enum-iterator = "1.4.1"
enum-iterator = { git = "https://github.com/stephaneyfx/enum-iterator/", rev = "9d472a1237cfd03b1c7657fdcba74c8070bfb4ea" }
Expand Down

0 comments on commit 1de4be0

Please sign in to comment.