Skip to content

Commit

Permalink
Bump up versions (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
olegnn authored Jun 4, 2024
1 parent a1ee3dc commit dfe77f0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 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
Expand Up @@ -3,7 +3,7 @@ authors = ["Dock.io"]
build = "build.rs"
edition = "2021"
name = "dock-node"
version = "0.26.0"
version = "0.27.0"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand All @@ -28,7 +28,7 @@ optional = true

[dependencies.dock-runtime]
path = "../runtime"
version = "0.26.0"
version = "0.27.0"

[dependencies.beefy-primitives]
git = "https://github.com/paritytech/substrate.git"
Expand Down
6 changes: 3 additions & 3 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Dock.io"]
edition = "2021"
name = "dock-runtime"
version = "0.26.0"
version = "0.27.0"
license = "Apache-2.0"

[package.metadata.docs.rs]
Expand Down Expand Up @@ -535,7 +535,7 @@ std = [
"rlp/std",
"log/std",
"hex/std",
"sha3/std",
"sha3/std",
"sp-runtime-interface/std",
"sp-trie/std",
"sp-io/std",
Expand Down Expand Up @@ -647,4 +647,4 @@ benchmarks-only = []

[dev-dependencies]
rand = "0.8.3"
hex = "0.4.2"
hex = "0.4.2"

0 comments on commit dfe77f0

Please sign in to comment.