Skip to content

Commit

Permalink
Update Cargo.toml (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgherveou authored Oct 18, 2023
1 parent f91bfd7 commit e46328c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "contracts-node"
version = "0.32.0"
version = "0.33.0"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Substrate node configured for smart contracts via `pallet-contracts`."
edition = "2021"
Expand Down Expand Up @@ -48,7 +48,7 @@ substrate-frame-rpc-system = { version = "24.0.0", package = "substrate-frame-rp
pallet-transaction-payment-rpc = { version = "26.0.0", package = "pallet-transaction-payment-rpc" }

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

# yank this crate until
# https://github.com/bluejekyll/enum-as-inner/issues/98
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "contracts-node-runtime"
version = "0.32.0"
version = "0.33.0"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Runtime configured for smart contracts via `pallet-contracts`."
edition = "2021"
Expand Down

0 comments on commit e46328c

Please sign in to comment.