diff --git a/Cargo.lock b/Cargo.lock index 651c7d06..4db702ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -626,7 +626,7 @@ dependencies = [ [[package]] name = "cargo-msrv" -version = "0.16.3" +version = "0.17.0" dependencies = [ "assert_fs", "bisector", diff --git a/Cargo.toml b/Cargo.toml index 693b4431..829fcc92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-msrv" -version = "0.16.3" +version = "0.17.0" authors = ["Martijn Gribnau "] description = "Find your minimum supported Rust version (MSRV)!" license = "Apache-2.0 OR MIT" diff --git a/README.md b/README.md index f7078b4f..95d6e26c 100644 --- a/README.md +++ b/README.md @@ -35,14 +35,14 @@ In this readme you'll find everything to get you started. You can find more deta | cargo | supported | command | |-------------|-----------|-----------------------------------------------------------------------------------------------| -| stable | 💚 | `$ cargo install --git https://github.com/foresterre/cargo-msrv.git --tag v0.16.3` cargo-msrv | +| stable | 💚 | `$ cargo install --git https://github.com/foresterre/cargo-msrv.git --tag v0.17.0` cargo-msrv | | development | 💚 | `$ cargo install --git https://github.com/foresterre/cargo-msrv.git` cargo-msrv | #### [cargo-binstall](https://github.com/cargo-bins/cargo-binstall) | cargo | supported | command | |-------------|-----------|-------------------------------------------------------------| -| stable | 💚 | `$ cargo binstall --version 0.16.3 --no-confirm cargo-msrv` | +| stable | 💚 | `$ cargo binstall --version 0.17.0 --no-confirm cargo-msrv` | | development | ❌ | | #### Arch Linux [extra repository](https://archlinux.org/packages/extra/x86_64/cargo-msrv/)