Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 56fe7e0a9a..aceb307b0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -118,7 +118,7 @@ itertools = "0.14.0" libc = "0.2.172" nohash-hasher = "0.2.0" oorandom = "11.1.5" -postcard = { version = "1.1.3", features = ["alloc"] } +postcard = { version = "1.1.3", default-features = false, features = ["alloc"] } process-wrap = { version = "9.1.0", features = ["std"] } pulldown-cmark-to-cmark = "10.0.4" pulldown-cmark = { version = "0.9.6", default-features = false } |