Skip to content

Commit c5fc9db

Browse files
authored
Release 0.38.0 (#225)
To fix `ink!` CI with #224
1 parent 9c12d03 commit c5fc9db

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.37.0"
4+
version = "0.38.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
@@ -27,8 +27,8 @@ serde_json = { workspace = true }
2727
wasmtime = { workspace = true }
2828

2929
# Local
30-
contracts-parachain-runtime = { path = "../parachain-runtime", features = ["parachain"], version = "0.37.0" }
31-
contracts-node-runtime = { path = "../runtime", version = "0.37.0" }
30+
contracts-parachain-runtime = { path = "../parachain-runtime", features = ["parachain"], version = "0.38.0" }
31+
contracts-node-runtime = { path = "../runtime", version = "0.38.0" }
3232

3333
# Substrate
3434
frame-benchmarking = { workspace = true }

0 commit comments

Comments
 (0)