chore(deps): bump frame-metadata from 16 to 17 (#1836)

* chore(deps): bump frame-metadata from 16 to 17

* fix substrate test build

* revert test fix

---------

Co-authored-by: James Wilson <james@jsdw.me>
This commit is contained in:
Niklas Adolfsson
2024-10-23 17:57:06 +02:00
committed by GitHub
parent 50fc73a2a5
commit 2f7ea3ff64
3 changed files with 27 additions and 12 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ derive-where = "1.2.7"
either = { version = "1.13.0", default-features = false }
finito = { version = "0.1.0", default-features = false }
frame-decode = { version = "0.4.0", default-features = false }
frame-metadata = { version = "16.0.0", default-features = false }
frame-metadata = { version = "17.0.0", default-features = false }
futures = { version = "0.3.31", default-features = false, features = ["std"] }
getrandom = { version = "0.2", default-features = false }
hashbrown = "0.14.5"