Browse Source

runtime update Cargo.lock with runtime version

Mokhtar Naamani 5 years ago
parent
commit
e4351606a0
1 changed files with 3 additions and 3 deletions
  1. 3 3
      wasm/Cargo.lock

+ 3 - 3
wasm/Cargo.lock

@@ -756,7 +756,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 
 [[package]]
 name = "joystream-node-runtime"
-version = "5.1.0"
+version = "5.2.0"
 dependencies = [
  "parity-codec 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "parity-codec-derive 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -789,9 +789,9 @@ dependencies = [
 
 [[package]]
 name = "joystream-node-runtime-wasm"
-version = "1.0.1"
+version = "5.2.0"
 dependencies = [
- "joystream-node-runtime 5.1.0",
+ "joystream-node-runtime 5.2.0",
 ]
 
 [[package]]