From 12123891f2eb1acbd4ef9fdbc023430ca5efcf39 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Wed, 25 Aug 2021 10:58:15 +0100 Subject: [PATCH] scale-info v0.11.0 --- 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 ec41e37..6e27395 100644 --- a/frame-metadata/Cargo.toml +++ b/frame-metadata/Cargo.toml @@ -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.10.0", default-features = false, optional = true, features = ["derive"] } +scale-info = { version = "0.11.0", default-features = false, optional = true, features = ["derive"] } serde = { version = "1.0.101", optional = true, features = ["derive"] } [features]