Skip to content

Commit 7aa5e93

Browse files
bors[bot]Veykril
andauthored
Merge #46
46: Use new optional dependency feature syntax making serde truly optional r=Veykril a=Veykril Fixes #42 bors r+ Co-authored-by: Lukas Wirth <[email protected]>
2 parents 09b4f68 + 64cab16 commit 7aa5e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ serde = { version = "1.0.136", features = ["derive"] }
1818

1919
[features]
2020
default = ["std"]
21-
std = ["serde/std"]
21+
std = ["serde?/std"]

0 commit comments

Comments
 (0)