-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
serde compilation error #229
Comments
Seemed to be an issue with the version of |
Do you know which versions of serde/serde_json were giving you this issue? I wonder if the version range defined in this crate's Cargo.toml needs to be adjusted. I'm away on vacation at the moment, but I'll reopen the issue so that I'll remember to take another look later. |
Looks like this was due to serde-rs/serde#2591, which was specific to serde 1.0.184 and not related to this crate's Cargo.toml dependencies. |
Version:
4.4.1
rustc --version:
rustc 1.71.1 (eb26296b5 2023-08-03)
cargo --version:
cargo 1.71.1 (7f1d04c00 2023-07-29)
Hi! This crate is imported through another package I'm using. When attempting to compile my project, I'm getting the following:
I'm not the most proficient with Rust (I'm still learning!) so it's possible this might be something wrong with my project. Please let me know if there is anything else I can include in my report or that I can do. Thank you!
The text was updated successfully, but these errors were encountered: