Skip to content

Commit a067fc7

Browse files
authored
Fix lock & crate version (#217)
1 parent 0c25210 commit a067fc7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.34.0"
4+
version = "0.35.0"
55
license = "Unlicense"
66
homepage = "https://github.com/paritytech/substrate-contracts-node"
77
repository = "https://github.com/paritytech/substrate-contracts-node"

parachain-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "contracts-parachain-runtime"
3-
version = "0.33.0"
3+
version.workspace = true
44
authors.workspace = true
55
edition.workspace = true
66
description = "Parachain Runtime configured for smart contracts via `pallet-contracts`."

0 commit comments

Comments
 (0)