@@ -21,16 +21,16 @@ members = [
21
21
# $ git push origin "release_name-BLAH"
22
22
# * Then use tag="release_name-BLAH" in the below dependencies.
23
23
#
24
- sbor = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " rcnet-v3-804987a3 " , features = [" serde" ] }
25
- transaction = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " rcnet-v3-804987a3 " }
26
- transaction-scenarios = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " rcnet-v3-804987a3 " }
27
- radix-engine-common = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " rcnet-v3-804987a3 " , features = [" serde" ] }
28
- radix-engine-interface = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " rcnet-v3-804987a3 " }
29
- radix-engine = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " rcnet-v3-804987a3 " }
30
- radix-engine-stores = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " rcnet-v3-804987a3 " }
31
- radix-engine-store-interface = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " rcnet-v3-804987a3 " }
32
- radix-engine-queries = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " rcnet-v3-804987a3 " }
33
- utils = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " rcnet-v3-804987a3 " , features = [" serde" ] }
24
+ sbor = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " rcnet-v3-6dbc094b " , features = [" serde" ] }
25
+ transaction = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " rcnet-v3-6dbc094b " }
26
+ transaction-scenarios = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " rcnet-v3-6dbc094b " }
27
+ radix-engine-common = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " rcnet-v3-6dbc094b " , features = [" serde" ] }
28
+ radix-engine-interface = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " rcnet-v3-6dbc094b " }
29
+ radix-engine = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " rcnet-v3-6dbc094b " }
30
+ radix-engine-stores = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " rcnet-v3-6dbc094b " }
31
+ radix-engine-store-interface = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " rcnet-v3-6dbc094b " }
32
+ radix-engine-queries = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " rcnet-v3-6dbc094b " }
33
+ utils = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " rcnet-v3-6dbc094b " , features = [" serde" ] }
34
34
35
35
itertools = { version = " 0.11.0" }
36
36
jni = { version = " 0.19.0" }
0 commit comments