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

Seed doesn't compile with default-features = false #704

Closed
dullbananas opened this issue Jan 15, 2023 · 2 comments
Closed

Seed doesn't compile with default-features = false #704

dullbananas opened this issue Jan 15, 2023 · 2 comments
Labels
question Further information is requested

Comments

@dullbananas
Copy link

dullbananas commented Jan 15, 2023

error[E0432]: unresolved import `json`
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/seed-0.9.2/src/browser/fetch.rs:46:9
   |
46 | pub use json::Error as JsonError;
   |         ^^^^ use of undeclared crate or module `json`
@dullbananas dullbananas changed the title Seed doesn't compile with `default Seed doesn't compile with default-features = false Jan 15, 2023
@flosse
Copy link
Member

flosse commented Jan 15, 2023

You need either serde-json or serde-wasm-bindgen.
Ideally seed would be more modular but someone has to do it (see #672).

@flosse flosse added the question Further information is requested label Jan 15, 2023
@flosse
Copy link
Member

flosse commented Mar 6, 2023

obsolete since v0.10.0

@flosse flosse closed this as completed Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants