Skip to content

Commit

Permalink
Update readme for 0.16.0-beta.25
Browse files Browse the repository at this point in the history
  • Loading branch information
foresterre committed Aug 13, 2024
1 parent 1494f2c commit b76a297
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@ In this readme you'll find everything to get you started. You can find more deta
| cargo | supported | command |
|-------------|-----------|-------------------------------------------------------|
| stable | 💚 | `$ cargo install cargo-msrv` |
| beta | 💚 | `$ cargo install cargo-msrv --version 0.16.0-beta.24` |
| beta | 💚 | `$ cargo install cargo-msrv --version 0.16.0-beta.25` |
| development || |

#### cargo ([git source](https://github.com/foresterre/cargo-msrv))

| cargo | supported | command |
|-------------|-----------|-------------------------------------------------------------------------------------------------------|
| stable | 💚 | `$ cargo install --git https://github.com/foresterre/cargo-msrv.git --tag v0.15.1` cargo-msrv |
| beta | 💚 | `$ cargo install --git https://github.com/foresterre/cargo-msrv.git --tag v0.16.0-beta.24` cargo-msrv |
| beta | 💚 | `$ cargo install --git https://github.com/foresterre/cargo-msrv.git --tag v0.16.0-beta.25` 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.15.1 --no-confirm cargo-msrv` |
| beta | 💚 | `$ cargo binstall --version 0.16.0-beta.24 --no-confirm cargo-msrv` |
| beta | 💚 | `$ cargo binstall --version 0.16.0-beta.25 --no-confirm cargo-msrv` |
| development || |

#### Arch Linux [extra repository](https://archlinux.org/packages/extra/x86_64/cargo-msrv/)
Expand Down

0 comments on commit b76a297

Please sign in to comment.