the.bay.news

How to disable cargo semver metadata warning?

Rust Internals
How to disable cargo semver metadata warning?
For internal tracking purposes with a private registry, my company uses the + semver syntax on crate versions. It's effective for our use case, but every cargo build emits this sort of message: warning: my-crate/Cargo.toml: version requirement 0.6.1+internal_info for dependency my-crate includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion How do I disable it? It's distracting for developers, and given it's a valid use of semver semantics, I ...

0 comments

Sign in to join the discussion — your thebay.events account works here.

No comments yet.