From cdb863d11b46646657968495f920f900ecb515cc Mon Sep 17 00:00:00 2001 From: David Date: Tue, 8 Feb 2022 17:57:59 +0100 Subject: [PATCH] =?UTF-8?q?Update=20`scale-info`=20=E2=80=93>=20v2=20and?= =?UTF-8?q?=20`parity-scale-codec`=20->=20v3=20(#35)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update `scale-info` –> v2 and `parity-scale-codec` -> v3 * Update frame-metadata/Cargo.toml Co-authored-by: Andronik Co-authored-by: Andronik --- 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..427f0c9 100644 --- a/frame-metadata/Cargo.toml +++ b/frame-metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frame-metadata" -version = "14.2.0" +version = "15.0.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]