Skip to content

Commit

Permalink
chore: readd the default std feature to serde
Browse files Browse the repository at this point in the history
  • Loading branch information
V0ldek committed Dec 30, 2024
1 parent 1fddf02 commit 17f0360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ itertools = "0.13.0"
pretty_assertions = "1.4.1"
proptest = "1.5.0"
rmp-serde = "1.3.0"
serde = { version = "1.0.217", default-features = false }
serde = { version = "1.0.217" }
serde_json = { version = "1.0.133", default-features = true, features = [
"std",
"float_roundtrip",
Expand Down

0 comments on commit 17f0360

Please sign in to comment.