Skip to content

Commit

Permalink
Add support for no_std
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Nov 20, 2024
1 parent 9935079 commit f07193b
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 @@ -12,7 +12,7 @@ repository = "https://github.com/serde-rs/test"
rust-version = "1.56"

[dependencies]
serde = "1.0.69"
serde = { version = "1.0.69", default-features = false, features = ["alloc"] }

[dev-dependencies]
serde = { version = "1", features = ["rc"] }
Expand Down

0 comments on commit f07193b

Please sign in to comment.