diff --git a/Cargo.lock b/Cargo.lock index 8059138bb..2b4704db1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1540,7 +1540,7 @@ dependencies = [ [[package]] name = "dock-node" -version = "0.26.0" +version = "0.27.0" dependencies = [ "async-trait", "beefy-gadget", @@ -1766,7 +1766,7 @@ dependencies = [ [[package]] name = "dock-runtime" -version = "0.26.0" +version = "0.27.0" dependencies = [ "beefy-merkle-tree", "beefy-primitives", diff --git a/node/Cargo.toml b/node/Cargo.toml index 74348541d..4e2dd65b8 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -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"] @@ -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" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 1aee329f3..e3c49c703 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -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] @@ -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", @@ -647,4 +647,4 @@ benchmarks-only = [] [dev-dependencies] rand = "0.8.3" -hex = "0.4.2" \ No newline at end of file +hex = "0.4.2"