Skip to content

Commit

Permalink
CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Jul 23, 2024
1 parent ac98bc3 commit a312397
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bridges/primitives/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ frame-system = { workspace = true }
sp-core = { workspace = true }
sp-io = { workspace = true }
sp-runtime = { features = ["serde"], workspace = true }
sp-state-machine = { workspace = true }
sp-state-machine = { optional = true, workspace = true }
sp-std = { workspace = true }
sp-trie = { workspace = true }
trie-db = { workspace = true }
Expand All @@ -48,9 +48,9 @@ std = [
"sp-core/std",
"sp-io/std",
"sp-runtime/std",
"sp-state-machine/std",
"sp-state-machine?/std",
"sp-std/std",
"sp-trie/std",
"trie-db/std",
]
test-helpers = []
test-helpers = ["sp-state-machine"]

0 comments on commit a312397

Please sign in to comment.