cargo/crates/xtask-bump-check/Cargo.toml
Ed Page 9438f80042 chore: Remove rust-version from private packages
I removed it from `cargo-test-support` and `cargo-test-macro`, despite
people depending on those (via git) because my long term plan is resting
on the `auto` value which won't affect git dependencies.
2024-01-18 15:24:25 -06:00

19 lines
341 B
TOML

[package]
name = "xtask-bump-check"
version = "0.0.0"
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
[lints]
workspace = true