-
Notifications
You must be signed in to change notification settings - Fork 64
Deprecation warning/error with json-rust 0.9.0 #74
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
Comments
|
I'm using 1.9 |
I checked and it does indeed say that this is a stable attribute since 1.9. Now that you mention it, I'll try and update to 1.10 and see if the problem persists. |
That's weird, I'm unable to reproduce. The error you are getting points to the issue, which states that the attribute is deprecated: I did use I could remove, it actually doesn't do anything - Rust atm only respects it on function heads, I kinda added it for the future. Let me know how it goes. Side note: I strongly recommend rustup for managing rust versions. |
I am using rustup :) |
Cool, glad it worked! |
Thanks for pushing the requests so quickly! :) However, when trying to compile a new cargo project with json 0.9.0, 2 deprecation warnings are being generated:
Since it's set to treat deprecations as errors, maybe just remove them altogether?
The text was updated successfully, but these errors were encountered: