From e5c1540cf17577c40fc00b905a2d6afee9090cf6 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Thu, 29 Jul 2021 10:57:42 +0100 Subject: [PATCH] Update to scale-info 0.10.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 3f95fdd..d311547 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.9.0", default-features = false, optional = true, features = ["derive"] } +scale-info = { version = "0.10.0", default-features = false, optional = true, features = ["derive"] } serde = { version = "1.0.101", optional = true, features = ["derive"] } [features]