You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cargo check
warning: /home/epage/src/personal/cargo/Cargo.toml: version requirement `0.4.71+curl-8.6.0` for dependency `curl-sys` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion
Environment
Browser:
OS:
Anything else?
No response
The text was updated successfully, but these errors were encountered:
I just noticed that we're still including the build metadata in the cargo add command. it looks like cargo add can handle and ignore the build metadata, but I'm wondering whether we should remove it there too. It would be a bit more consistent with the other snippet and remove some unnecessary noise from the sidebar.
Current Behavior
On https://crates.io/crates/curl-sys, the following is listed
Expected Behavior
On https://crates.io/crates/curl-sys, the following is listed
Steps To Reproduce
Cargo.tom
cargo check
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: