Skip to content

Commit

Permalink
[node] add std feature
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Mar 6, 2024
1 parent 6e24fed commit f340db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version.workspace = true
# General
clap = { workspace = true, features = ["std"] }
log = { workspace = true, features = ["std"] }
serde = { workspace = true, features = ["derive"] }
serde = { workspace = true, features = ["std", "derive"] }
jsonrpsee = { workspace = true, features = ["server"] }
futures = { workspace = true, features = ["std"] }
serde_json = { workspace = true, features = ["std"] }
Expand Down

0 comments on commit f340db5

Please sign in to comment.