diff --git a/Cargo.lock b/Cargo.lock index 3002c47a..57c769b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -123,7 +123,7 @@ dependencies = [ [[package]] name = "arctic-runtime" -version = "0.4.47" +version = "0.4.52" dependencies = [ "bstringify", "cumulus-pallet-aura-ext", @@ -3092,7 +3092,7 @@ dependencies = [ [[package]] name = "frost-runtime" -version = "0.4.47" +version = "0.4.52" dependencies = [ "fp-rpc", "fp-self-contained", @@ -3685,7 +3685,7 @@ dependencies = [ [[package]] name = "ice-node" -version = "0.4.51" +version = "0.4.52" dependencies = [ "arctic-runtime", "async-trait", @@ -10851,7 +10851,7 @@ dependencies = [ [[package]] name = "snow-runtime" -version = "0.4.47" +version = "0.4.52" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-dmp-queue", diff --git a/node/Cargo.toml b/node/Cargo.toml index ea53debc..01d322a4 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -7,7 +7,7 @@ homepage = 'https://substrate.dev' license = 'Apache-2.0' name = 'ice-node' repository = 'https://github.com/web3labs/ice-substrate' -version = '0.4.51' +version = '0.4.52' publish = false [package.metadata.docs.rs] diff --git a/runtime/arctic/Cargo.toml b/runtime/arctic/Cargo.toml index cfae7b7b..34379052 100644 --- a/runtime/arctic/Cargo.toml +++ b/runtime/arctic/Cargo.toml @@ -7,7 +7,7 @@ homepage = 'https://substrate.dev' license = 'Apache-2.0' name = 'arctic-runtime' repository = 'https://github.com/web3labs/ice-substrate/' -version = '0.4.47' +version = '0.4.52' publish = false [package.metadata.docs.rs] diff --git a/runtime/frost/Cargo.toml b/runtime/frost/Cargo.toml index a66aa360..45f03bc5 100644 --- a/runtime/frost/Cargo.toml +++ b/runtime/frost/Cargo.toml @@ -7,7 +7,7 @@ homepage = 'https://substrate.dev' license = 'Apache-2.0' name = 'frost-runtime' repository = 'https://github.com/web3labs/ice-substrate/' -version = '0.4.47' +version = '0.4.52' publish = false [package.metadata.docs.rs] diff --git a/runtime/snow/Cargo.toml b/runtime/snow/Cargo.toml index 4984cfec..c24ea18a 100644 --- a/runtime/snow/Cargo.toml +++ b/runtime/snow/Cargo.toml @@ -7,7 +7,7 @@ homepage = 'https://substrate.dev' license = 'Apache-2.0' name = 'snow-runtime' repository = 'https://github.com/web3labs/ice-substrate/' -version = '0.4.47' +version = '0.4.52' publish = false [package.metadata.docs.rs]