mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00

For `cargo install` we'll now show a more specific parse error for semver, much like other parts of cargo. This came out of my work on #12801. I was looking at what might be appropriate to put in a `cargo-util-semver` crate and realized we have the `ToSemver` trait that exists but doesn't do much, so I dropped it.
17 lines
345 B
TOML
17 lines
345 B
TOML
[package]
|
|
name = "xtask-bump-check"
|
|
version = "0.0.0"
|
|
rust-version.workspace = true
|
|
edition.workspace = true
|
|
publish = false
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
cargo.workspace = true
|
|
cargo-util.workspace = true
|
|
clap.workspace = true
|
|
git2.workspace = true
|
|
semver.workspace = true
|
|
tracing-subscriber.workspace = true
|
|
tracing.workspace = true
|