Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update install cargo msrv beta versions in readme #831

Merged
merged 1 commit into from
Nov 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading