Skip to content

Commit

Permalink
use 1.2.0 in RET
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed Sep 6, 2024
1 parent 0603463 commit 7de47f8
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 60 deletions.
88 changes: 47 additions & 41 deletions Cargo.lock

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

29 changes: 11 additions & 18 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,17 @@ members = [
# Shared dependencies that all of the crates need - for now this is just the
# `radixdlt-scrypto` dependencies
[workspace.dependencies]
sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", rev = "6ec9c337246b5d4cf3c142bd9af80e9e8bd5fbae", features = [
"serde",
] }
scrypto = { git = "https://github.com/radixdlt/radixdlt-scrypto", rev = "6ec9c337246b5d4cf3c142bd9af80e9e8bd5fbae", features = [
"serde",
] }
scrypto-test = { git = "https://github.com/radixdlt/radixdlt-scrypto", rev = "6ec9c337246b5d4cf3c142bd9af80e9e8bd5fbae" }
radix-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", rev = "6ec9c337246b5d4cf3c142bd9af80e9e8bd5fbae", features = [
"serde",
] }
radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", rev = "6ec9c337246b5d4cf3c142bd9af80e9e8bd5fbae" }
radix-engine-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", rev = "6ec9c337246b5d4cf3c142bd9af80e9e8bd5fbae" }
radix-substate-store-queries = { git = "https://github.com/radixdlt/radixdlt-scrypto", rev = "6ec9c337246b5d4cf3c142bd9af80e9e8bd5fbae" }
radix-substate-store-impls = { git = "https://github.com/radixdlt/radixdlt-scrypto", rev = "6ec9c337246b5d4cf3c142bd9af80e9e8bd5fbae" }
radix-substate-store-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", rev = "6ec9c337246b5d4cf3c142bd9af80e9e8bd5fbae" }
radix-transactions = { git = "https://github.com/radixdlt/radixdlt-scrypto", rev = "6ec9c337246b5d4cf3c142bd9af80e9e8bd5fbae" }
radix-transaction-scenarios = { git = "https://github.com/radixdlt/radixdlt-scrypto", rev = "6ec9c337246b5d4cf3c142bd9af80e9e8bd5fbae" }
native-radix-engine-toolkit = { git = "https://github.com/radixdlt/radixdlt-scrypto", rev = "6ec9c337246b5d4cf3c142bd9af80e9e8bd5fbae", package = "radix-engine-toolkit" }
sbor = { version = "1.2.0", features = ["serde"] }
scrypto = { version = "1.2.0", features = ["serde"] }
scrypto-test = { version = "1.2.0" }
radix-common = { version = "1.2.0", features = ["serde"] }
radix-engine = { version = "1.2.0" }
radix-engine-interface = { version = "1.2.0" }
radix-substate-store-queries = { version = "1.2.0" }
radix-substate-store-impls = { version = "1.2.0" }
radix-substate-store-interface = { version = "1.2.0" }
radix-transactions = { version = "1.2.0" }
radix-transaction-scenarios = { version = "1.2.0" }

[profile.release]
incremental = false
Expand Down
1 change: 0 additions & 1 deletion crates/radix-engine-toolkit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ radix-substate-store-impls = { workspace = true }
radix-substate-store-queries = { workspace = true }
radix-substate-store-interface = { workspace = true }
radix-transactions = { workspace = true }
native-radix-engine-toolkit = { workspace = true }

# Bech32 encoding and decoding of addresses. Used for the Olympia <-> Babylon
# address derivations.
Expand Down

0 comments on commit 7de47f8

Please sign in to comment.