Skip to content

Commit

Permalink
Merge pull request #751 from not-my-profile/fix-readme-link
Browse files Browse the repository at this point in the history
  • Loading branch information
foresterre authored Jul 20, 2023
2 parents 67fc17f + 26e66e5 commit feef0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Docker images are also available on [Docker Hub](https://hub.docker.com/r/forest
* [`cargo msrv -- <command>`](https://foresterre.github.io/cargo-msrv/commands/find.html) to use `<command>` as the compatibility check which decides whether a Rust version is
compatible or not. This command should be runnable through rustup as `rustup run <toolchain> <command>`.
* Example: `cargo msrv -- cargo check --tests`.
* [`cargo msrv verify`](https://foresterre.github.io/cargo-msrv/commands/find.html) to verify the MSRV as specified by a crate author\
* [`cargo msrv verify`](https://foresterre.github.io/cargo-msrv/commands/verify.html) to verify the MSRV as specified by a crate author\
* A crate author may specify the MSRV using the `package.rust-version` (Rust >=1.56) or the `package.metadata.msrv` key
in the 'Cargo.toml' manifest. See the [book](https://foresterre.github.io/cargo-msrv/commands/list.html#description)
for a more detailed description.
Expand Down

0 comments on commit feef0f1

Please sign in to comment.