We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6900160 commit 93e65f5Copy full SHA for 93e65f5
bridges/primitives/runtime/Cargo.toml
@@ -24,7 +24,7 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master
24
sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
25
sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
26
sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
27
-trie-db = { version = "0.24.0", default-features = false }
+trie-db = { version = "0.25.0", default-features = false }
28
29
[dev-dependencies]
30
hex-literal = "0.3"
0 commit comments