Enable V15 unstable metadata in frame-metadata

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2023-04-10 16:35:57 +03:00
parent 8af6a4038e
commit dd89dd6b3c
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ serde_json = { version = "1.0.95", features = ["raw_value"] }
thiserror = "1.0.40"
tracing = "0.1.34"
parking_lot = "0.12.0"
frame-metadata = "15.1.0"
frame-metadata = { version = "15.1.0", features = ["v14", "v15-unstable", "std"] }
derivative = "2.2.0"
either = "1.8.1"