From d1d55f68498a0f1dd9b625e5281f37a8ffb73239 Mon Sep 17 00:00:00 2001 From: David Palm Date: Tue, 8 Feb 2022 10:23:23 +0100 Subject: [PATCH 1/2] =?UTF-8?q?Update=20`scale-info`=20=E2=80=93>=20v2=20a?= =?UTF-8?q?nd=20`parity-scale-codec`=20->=20v3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frame-metadata/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frame-metadata/Cargo.toml b/frame-metadata/Cargo.toml index 120aa0f..b7ab2f2 100644 --- a/frame-metadata/Cargo.toml +++ b/frame-metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frame-metadata" -version = "14.2.0" +version = "14.3.0" authors = ["Parity Technologies "] edition = "2018" license = "Apache-2.0" @@ -13,9 +13,9 @@ readme = "README.md" targets = ["x86_64-unknown-linux-gnu"] [dependencies] -codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] } +codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } cfg-if = "1.0.0" -scale-info = { version = "1.0", default-features = false, optional = true, features = ["derive"] } +scale-info = { version = "2.0.0", default-features = false, optional = true, features = ["derive"] } serde = { version = "1.0.101", optional = true, features = ["derive"] } [features] From 166907c3c87137f7e35e5705f09bd2351f1c9ea5 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 8 Feb 2022 13:15:10 +0100 Subject: [PATCH 2/2] Update frame-metadata/Cargo.toml Co-authored-by: Andronik --- frame-metadata/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frame-metadata/Cargo.toml b/frame-metadata/Cargo.toml index b7ab2f2..427f0c9 100644 --- a/frame-metadata/Cargo.toml +++ b/frame-metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frame-metadata" -version = "14.3.0" +version = "15.0.0" authors = ["Parity Technologies "] edition = "2018" license = "Apache-2.0"