Add cargo dev release subcommand

Currently this only provides the feature to auto-update the versions in the
`Cargo.toml` files. With the move to Josh, a command to get beta and stable
release commits will be added.
This commit is contained in:
Philipp Krones 2024-11-15 21:12:30 +01:00
parent 66715532ab
commit 93d5ccdba7
No known key found for this signature in database
GPG key ID: 1CA0DF2AF59D68A5
7 changed files with 55 additions and 1 deletions

View file

@ -1,6 +1,8 @@
[package]
name = "clippy_lints"
# begin autogenerated version
version = "0.1.84"
# end autogenerated version
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
repository = "https://github.com/rust-lang/rust-clippy"
readme = "README.md"