Skip to content

Commit

Permalink
Use alloc feature in teh serde_json by default
Browse files Browse the repository at this point in the history
  • Loading branch information
xgreenx committed Oct 5, 2024
1 parent 5ea7289 commit 0600db7
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 @@ -116,7 +116,7 @@ postcard = "1.0"
tracing-attributes = "0.1"
tracing-subscriber = "0.3"
serde = "1.0"
serde_json = { version = "1.0", default-features = false }
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
serde_with = { version = "3.4", default-features = false }
strum = { version = "0.25" }
strum_macros = "0.25"
Expand Down

0 comments on commit 0600db7

Please sign in to comment.