Skip to content

Commit

Permalink
document that we support 3 months of nightlies
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Mar 10, 2024
1 parent aabe3b3 commit db4b2e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ and then run the following in your project:
cargo +nightly careful test
```

Running `cargo careful` requires a recent nightly toolchain. You can also `cargo +nightly careful
run` to execute a binary crate. All `cargo test` and `cargo run` flags are supported.
Running `cargo careful` requires a recent nightly toolchain (the last 3 months of nightly versions
are supported). You can also `cargo +nightly careful run` to execute a binary crate. All `cargo
test` and `cargo run` flags are supported.

The first time you run `cargo careful`, it needs to run some setup steps, which requires the
`rustc-src` rustup component -- the tool will offer to install it for you if needed.
Expand Down

0 comments on commit db4b2e7

Please sign in to comment.