diff --git a/frame-metadata/Cargo.toml b/frame-metadata/Cargo.toml index 432f6d1..7eae1e8 100644 --- a/frame-metadata/Cargo.toml +++ b/frame-metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frame-metadata" -version = "14.0.0-rc.3" +version = "14.0.0" authors = ["Parity Technologies "] edition = "2018" license = "Apache-2.0" @@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] } cfg-if = "1.0.0" -scale-info = { version = "0.12.0", default-features = false, optional = true, features = ["derive"] } +scale-info = { version = "1.0", default-features = false, optional = true, features = ["derive"] } serde = { version = "1.0.101", optional = true, features = ["derive"] } [features]