Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating a new project and adding here as a dependency does not compile. #58

Open
asibahi opened this issue Jul 21, 2024 · 0 comments
Open

Comments

@asibahi
Copy link

asibahi commented Jul 21, 2024

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.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant