Closed
Description
Current Behavior
On https://crates.io/crates/curl-sys, the following is listed
curl-sys = "0.4.71+curl-8.6.0"
Expected Behavior
On https://crates.io/crates/curl-sys, the following is listed
curl-sys = "0.4.71"
Steps To Reproduce
- Go to https://crates.io/crates/curl-sys
- See TOML snippet
- Add this to your
Cargo.tom
- Run
cargo check
$ 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