Skip to content

Commit b37cd97

Browse files
authored
std implies alloc (#242)
1 parent a2a55e0 commit b37cd97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

serde_at/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ serde_bytes = { version = "0.11.14", default-features = false }
2727
[features]
2828
default = []
2929
custom-error-messages = []
30-
std = []
30+
std = ["alloc"]
3131
hex_str_arrays = []
3232
alloc = ["serde/alloc"]
3333
heapless = ["dep:heapless", "dep:heapless-bytes"]

0 commit comments

Comments
 (0)