@@ -5,15 +5,15 @@ edition = "2021"
55
66[dependencies ]
77# radixdlt-scrypto dependencies.
8- sbor = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " v1.0.0-rc1 " , features = [" serde" ] }
9- scrypto = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " v1.0.0-rc1 " , features = [" serde" ] }
10- scrypto-unit = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " v1.0.0-rc1 " }
11- transaction = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " v1.0.0-rc1 " }
12- transaction-scenarios = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " v1.0.0-rc1 " }
13- radix-engine = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " v1.0.0-rc1 " }
14- radix-engine-stores = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " v1.0.0-rc1 " }
15- radix-engine-common = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " v1.0.0-rc1 " , features = [" serde" ] }
16- radix-engine-interface = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " v1.0.0-rc1 " }
8+ sbor = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " v1.0.0" , features = [" serde" ] }
9+ scrypto = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " v1.0.0" , features = [" serde" ] }
10+ scrypto-unit = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " v1.0.0" }
11+ transaction = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " v1.0.0" }
12+ transaction-scenarios = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " v1.0.0" }
13+ radix-engine = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " v1.0.0" }
14+ radix-engine-stores = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " v1.0.0" }
15+ radix-engine-common = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " v1.0.0" , features = [" serde" ] }
16+ radix-engine-interface = { git = " https://github.com/radixdlt/radixdlt-scrypto" , tag = " v1.0.0" }
1717
1818# Core Radix Engine Toolkit and Toolkit Native Library
1919radix-engine-toolkit-core = { path = " ../radix-engine-toolkit-core" , default-features = false , features = [" moka" ]}
0 commit comments