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.
serde
1 parent 339239d commit 28736daCopy full SHA for 28736da
Cargo.toml
@@ -49,7 +49,7 @@ bigdecimal = { version = "0.4.1", features = ["serde"], optional = true }
49
log = "0.4"
50
recursive = { version = "0.1.1", optional = true}
51
52
-serde = { version = "1.0", features = ["derive"], optional = true }
+serde = { version = "1.0", default-features = false, features = ["derive", "alloc"], optional = true }
53
# serde_json is only used in examples/cli, but we have to put it outside
54
# of dev-dependencies because of
55
# https://github.com/rust-lang/cargo/issues/1596
0 commit comments