@@ -23,17 +23,17 @@ resolver = "2"
23
23
# $ git push origin "release_name-BLAH"
24
24
# * Then use tag="release_name-BLAH" in the below dependencies.
25
25
#
26
- sbor = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " bottlenose-7a8a3405 " , features = [" serde" ] }
27
- radix-transactions = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " bottlenose-7a8a3405 " }
28
- radix-transaction-scenarios = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " bottlenose-7a8a3405 " }
29
- radix-common = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " bottlenose-7a8a3405 " , features = [" serde" ] }
30
- radix-engine-interface = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " bottlenose-7a8a3405 " }
31
- radix-engine = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " bottlenose-7a8a3405 " }
32
- radix-substate-store-impls = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " bottlenose-7a8a3405 " }
33
- radix-substate-store-interface = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " bottlenose-7a8a3405 " }
34
- radix-substate-store-queries = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " bottlenose-7a8a3405 " }
35
- radix-rust = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " bottlenose-7a8a3405 " , features = [" serde" ] }
36
- radix-blueprint-schema-init = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " bottlenose-7a8a3405 " , features = [" serde" ] }
26
+ sbor = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " bottlenose-af22013e " , features = [" serde" ] }
27
+ radix-transactions = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " bottlenose-af22013e " }
28
+ radix-transaction-scenarios = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " bottlenose-af22013e " }
29
+ radix-common = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " bottlenose-af22013e " , features = [" serde" ] }
30
+ radix-engine-interface = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " bottlenose-af22013e " }
31
+ radix-engine = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " bottlenose-af22013e " }
32
+ radix-substate-store-impls = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " bottlenose-af22013e " }
33
+ radix-substate-store-interface = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " bottlenose-af22013e " }
34
+ radix-substate-store-queries = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " bottlenose-af22013e " }
35
+ radix-rust = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " bottlenose-af22013e " , features = [" serde" ] }
36
+ radix-blueprint-schema-init = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " bottlenose-af22013e " , features = [" serde" ] }
37
37
38
38
itertools = { version = " =0.10.5" }
39
39
jni = { version = " =0.19.0" }
0 commit comments