Skip to content

Commit

Permalink
Fix lock & crate version (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgherveou authored Nov 15, 2023
1 parent 0c25210 commit a067fc7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.34.0"
version = "0.35.0"
license = "Unlicense"
homepage = "https://github.com/paritytech/substrate-contracts-node"
repository = "https://github.com/paritytech/substrate-contracts-node"
Expand Down
2 changes: 1 addition & 1 deletion parachain-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "contracts-parachain-runtime"
version = "0.33.0"
version.workspace = true
authors.workspace = true
edition.workspace = true
description = "Parachain Runtime configured for smart contracts via `pallet-contracts`."
Expand Down

0 comments on commit a067fc7

Please sign in to comment.