You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the README and I am aware of the status of this crate. However, due to changes in serde_json, the crate as it is currently fails to compile with default settings.
error: serde_json requires that either `std` (default) or `alloc` feature is enabled
--> /..../.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.120/src/lib.rs:367:1
|
367 | / compile_error!{368||"serde_json requires that either `std` (default) or `alloc` feature is enabled"369||}
| |_^
This perhaps only needs a small update to Cargo.toml specifying either dependency.
The text was updated successfully, but these errors were encountered:
Hello.
I have read the README and I am aware of the status of this crate. However, due to changes in
serde_json
, the crate as it is currently fails to compile with default settings.This perhaps only needs a small update to
Cargo.toml
specifying either dependency.The text was updated successfully, but these errors were encountered: