Skip to content

Commit e46328c

Browse files
authored
Update Cargo.toml (#211)
1 parent f91bfd7 commit e46328c

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

Cargo.lock

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

node/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "contracts-node"
3-
version = "0.32.0"
3+
version = "0.33.0"
44
authors = ["Parity Technologies <[email protected]>"]
55
description = "Substrate node configured for smart contracts via `pallet-contracts`."
66
edition = "2021"
@@ -48,7 +48,7 @@ substrate-frame-rpc-system = { version = "24.0.0", package = "substrate-frame-rp
4848
pallet-transaction-payment-rpc = { version = "26.0.0", package = "pallet-transaction-payment-rpc" }
4949

5050
# Local Dependencies
51-
contracts-node-runtime = { path = "../runtime", version = "0.32.0" }
51+
contracts-node-runtime = { path = "../runtime", version = "0.33.0" }
5252

5353
# yank this crate until
5454
# https://github.com/bluejekyll/enum-as-inner/issues/98

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-node-runtime"
3-
version = "0.32.0"
3+
version = "0.33.0"
44
authors = ["Parity Technologies <[email protected]>"]
55
description = "Runtime configured for smart contracts via `pallet-contracts`."
66
edition = "2021"

0 commit comments

Comments
 (0)