Skip to content

Commit e17f393

Browse files
committed
update: Fix preview of package uploads
1 parent c74190c commit e17f393

File tree

3 files changed

+31
-31
lines changed

3 files changed

+31
-31
lines changed

core-rust/Cargo.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core-rust/Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ members = [
2121
# $ git push origin "release_name-BLAH"
2222
# * Then use tag="release_name-BLAH" in the below dependencies.
2323
#
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"] }
3434

3535
itertools = { version = "0.11.0" }
3636
jni = { version = "0.19.0" }

testnet-node/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
core:
55
container_name: radixdlt-zabanet-node
66
#### Chose to either uncomment "image" or "build" to either pull the image from dockerhub or build locally from source
7-
image: radixdlt/babylon-node:rcnet-v3-r2
7+
image: radixdlt/babylon-node:rcnet-v3-r3
88
# build:
99
# context: ..
1010
# dockerfile: Dockerfile

0 commit comments

Comments
 (0)