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 582ea79 commit f7e67caCopy full SHA for f7e67ca
Cargo.toml
@@ -13,14 +13,14 @@ rust-version = "1.68"
13
14
[features]
15
default = ["std"]
16
-std = ["serde/std"]
17
-alloc = ["serde/alloc"]
+std = ["serde_core/std"]
+alloc = ["serde_core/alloc"]
18
19
[dependencies]
20
serde_core = { version = "1.0.220", default-features = false }
21
22
[target.'cfg(any())'.dependencies]
23
-serde = "1.0.220"
+serde = { version = "1.0.220", default-features = false }
24
25
[dev-dependencies]
26
bincode = { version = "2", features = ["serde"] }
0 commit comments