Skip to content

Commit

Permalink
Fix sp-trie feature
Browse files Browse the repository at this point in the history
Something makes the bench regression guard fail, maybe this?

Signed-off-by: Oliver Tale-Yazdi <[email protected]>
  • Loading branch information
ggwpez committed Sep 8, 2022
1 parent 38f66a3 commit f2cddfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions primitives/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-runtime = { version = "6.0.0", default-features = false, path = "../runtime" }
sp-version = { version = "5.0.0", default-features = false, path = "../version" }
sp-state-machine = { version = "0.12.0", default-features = false, optional = true, path = "../state-machine" }
sp-trie = { version = "6.0.0", default-features = false, optional = true, path = "../trie" }
sp-trie = { version = "6.0.0", optional = true, path = "../trie" }
hash-db = { version = "0.15.2", optional = true }
thiserror = { version = "1.0.30", optional = true }

Expand All @@ -37,7 +37,7 @@ std = [
"sp-std/std",
"sp-runtime/std",
"sp-state-machine/std",
"sp-trie/std",
"sp-trie",
"sp-version/std",
"hash-db",
"thiserror",
Expand Down

0 comments on commit f2cddfe

Please sign in to comment.