We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the rust-hdl and rust-hdl-core crates (possibly others) depend on svg v0.10.0.
rust-hdl
rust-hdl-core
svg v0.10.0
When compiling a basic project with rust-hdl, cargo says this:
warning: the following packages contain code that will be rejected by a future version of Rust: svg v0.10.0
Quick tests suggest the problem disappears with svg v0.11.0. Dependencies should be bumped accordingly.
svg v0.11.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the
rust-hdl
andrust-hdl-core
crates (possibly others) depend onsvg v0.10.0
.When compiling a basic project with
rust-hdl
, cargo says this:Quick tests suggest the problem disappears with
svg v0.11.0
. Dependencies should be bumped accordingly.The text was updated successfully, but these errors were encountered: