diff --git a/benches/Cargo.toml b/benches/Cargo.toml index dd5d2b6c..30971308 100644 --- a/benches/Cargo.toml +++ b/benches/Cargo.toml @@ -14,8 +14,8 @@ serde_json = "1.0.95" radix-engine-toolkit = { path = "../radix-engine-toolkit" } [dev-dependencies] -scrypto = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-2b019f93" } -native_transaction = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-2b019f93", package = "transaction" } +scrypto = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-71c24148" } +native_transaction = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-71c24148", package = "transaction" } criterion = "0.4.0" hex = "0.4.3" diff --git a/cli-json-interface/Cargo.toml b/cli-json-interface/Cargo.toml index c7770b7e..a778f789 100644 --- a/cli-json-interface/Cargo.toml +++ b/cli-json-interface/Cargo.toml @@ -14,13 +14,13 @@ radix-engine-toolkit = { path = "../radix-engine-toolkit" } serde = "1.0.152" serde_json = "1.0.93" -sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-2b019f93" } -scrypto = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-2b019f93" } -scrypto_utils = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-2b019f93", package = "utils" } -native_transaction = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-2b019f93", package = "transaction" } -radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-2b019f93" } -radix-engine-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-2b019f93" } -radix-engine-constants = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-2b019f93" } +sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-71c24148" } +scrypto = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-71c24148" } +scrypto_utils = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-71c24148", package = "utils" } +native_transaction = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-71c24148", package = "transaction" } +radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-71c24148" } +radix-engine-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-71c24148" } +radix-engine-constants = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-71c24148" } hex = "0.4.3" [[bin]] diff --git a/radix-engine-toolkit/Cargo.toml b/radix-engine-toolkit/Cargo.toml index 66de0c03..c19b82f8 100644 --- a/radix-engine-toolkit/Cargo.toml +++ b/radix-engine-toolkit/Cargo.toml @@ -16,13 +16,13 @@ schemars = { version = "0.8.11", features = ["preserve_order"] } toolkit-derive = { path = "../toolkit-derive" } # Scrypto dependencies required for the core-toolkit -sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-2b019f93" } -scrypto = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-2b019f93" } -scrypto_utils = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-2b019f93", package = "utils" } -native_transaction = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-2b019f93", package = "transaction" } -radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-2b019f93", optional = true } -radix-engine-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-2b019f93" } -radix-engine-constants = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-2b019f93" } +sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-71c24148" } +scrypto = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-71c24148" } +scrypto_utils = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-71c24148", package = "utils" } +native_transaction = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-71c24148", package = "transaction" } +radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-71c24148", optional = true } +radix-engine-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-71c24148" } +radix-engine-constants = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-71c24148" } # Hex is used for the internal hex encoding and decoding of values - serde_with::Hex is used for the # hex representation during serialization. diff --git a/schema/Cargo.toml b/schema/Cargo.toml index d5624bc4..e74736e6 100644 --- a/schema/Cargo.toml +++ b/schema/Cargo.toml @@ -15,8 +15,8 @@ radix-engine-toolkit = { path = "../radix-engine-toolkit" } serde = "1.0.152" convert_case = "0.6.0" -sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-2b019f93" } -scrypto = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-2b019f93" } -scrypto_utils = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-2b019f93", package = "utils" } -native_transaction = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-2b019f93", package = "transaction" } -radix-engine-constants = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-2b019f93" } \ No newline at end of file +sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-71c24148" } +scrypto = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-71c24148" } +scrypto_utils = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-71c24148", package = "utils" } +native_transaction = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-71c24148", package = "transaction" } +radix-engine-constants = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-71c24148" } \ No newline at end of file