Skip to content

Commit

Permalink
Merge pull request #831 from foresterre/readme-betas
Browse files Browse the repository at this point in the history
  • Loading branch information
foresterre authored Nov 12, 2023
2 parents 41d1ba2 + 040328a commit 8debb89
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.15` |
| beta | 💚 | `$ cargo install cargo-msrv --version 0.16.0-beta.17` |
| 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.14` cargo-msrv |
| beta | 💚 | `$ cargo install --git https://github.com/foresterre/cargo-msrv.git --tag v0.16.0-beta.17` 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.14 --no-confirm cargo-msrv` |
| beta | 💚 | `$ cargo binstall --version 0.16.0-beta.17 --no-confirm cargo-msrv` |
| development || |

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

0 comments on commit 8debb89

Please sign in to comment.