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 689a695 commit 44bb218Copy full SHA for 44bb218
crates/rpc/rpc-primitives/Cargo.toml
@@ -14,6 +14,6 @@ license-file.workspace = true
14
15
[dependencies]
16
rustc-hex = { workspace = true }
17
-serde = { workspace = true }
+serde = { workspace = true, features = ["std"] }
18
serde_json = { workspace = true }
19
serde-utils = { workspace = true }
0 commit comments