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