Skip to content

Commit

Permalink
Release 0.38.0 (#225)
Browse files Browse the repository at this point in the history
To fix `ink!` CI with
#224
  • Loading branch information
ascjones authored Feb 23, 2024
1 parent 9c12d03 commit c5fc9db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[workspace.package]
authors = ["anonymous"]
edition = "2021"
version = "0.37.0"
version = "0.38.0"
license = "Unlicense"
homepage = "https://github.com/paritytech/substrate-contracts-node"
repository = "https://github.com/paritytech/substrate-contracts-node"
Expand Down
4 changes: 2 additions & 2 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ serde_json = { workspace = true }
wasmtime = { workspace = true }

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

# Substrate
frame-benchmarking = { workspace = true }
Expand Down

0 comments on commit c5fc9db

Please sign in to comment.