Skip to content

Commit 28736da

Browse files
iajoinerJayWhite2357
andauthoredFeb 21, 2025
fix: make serde feature no_std (apache#1730)
Co-authored-by: Jay White <JayWhite2357@users.noreply.github.com>

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ bigdecimal = { version = "0.4.1", features = ["serde"], optional = true }
4949
log = "0.4"
5050
recursive = { version = "0.1.1", optional = true}
5151

52-
serde = { version = "1.0", features = ["derive"], optional = true }
52+
serde = { version = "1.0", default-features = false, features = ["derive", "alloc"], optional = true }
5353
# serde_json is only used in examples/cli, but we have to put it outside
5454
# of dev-dependencies because of
5555
# https://github.com/rust-lang/cargo/issues/1596

0 commit comments

Comments
 (0)
Please sign in to comment.