Skip to content

Commit 0a8d2ff

Browse files
committed
Set version to 0.42.0
1 parent 266475c commit 0a8d2ff

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[workspace.package]
22
authors = ["anonymous"]
33
edition = "2021"
4-
version = "0.43.0"
4+
version = "0.42.0"
55
license = "Unlicense"
66
homepage = "https://github.com/paritytech/substrate-contracts-node"
77
repository = "https://github.com/paritytech/substrate-contracts-node"

node/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ wasmtime = { workspace = true }
2929
# Local
3030
contracts-parachain-runtime = { path = "../parachain-runtime", features = [
3131
"parachain",
32-
], version = "0.43.0" }
33-
contracts-node-runtime = { path = "../runtime", version = "0.43.0" }
32+
], version = "0.42.0" }
33+
contracts-node-runtime = { path = "../runtime", version = "0.42.0" }
3434

3535
# Substrate
3636
frame-benchmarking = { workspace = true }

0 commit comments

Comments
 (0)