Skip to content

Commit

Permalink
add default features to sp-io in node
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Aug 13, 2024
1 parent d7c36c0 commit b405fda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/aura/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ sc-consensus-grandpa = { workspace = true }
sp-consensus-grandpa = { workspace = true }
sc-client-api = { workspace = true }
sp-runtime = { workspace = true }
sp-io = { workspace = true }
sp-io = { workspace = true, default-features = true }
sp-timestamp = { workspace = true }
sp-inherents = { workspace = true }
sp-keyring = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion examples/babe/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ sp-keystore = { workspace = true }
sp-consensus = { workspace = true }
sp-transaction-pool = { workspace = true }
sp-transaction-storage-proof = { workspace = true, default-features = true }
sp-io = { workspace = true }
sp-io = { workspace = true, default-features = true }

# client dependencies
sc-client-api = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion examples/parachain/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ sp-blockchain = { workspace = true }
sp-consensus-aura = { workspace = true }
sp-core = { workspace = true }
sp-keystore = { workspace = true }
sp-io = { workspace = true }
sp-io = { workspace = true, default-features = true }
sp-runtime = { workspace = true }
sp-timestamp = { workspace = true }
substrate-frame-rpc-system = { workspace = true }
Expand Down

0 comments on commit b405fda

Please sign in to comment.