Skip to content

Commit

Permalink
Merge pull request #1085 from kianmeng/fix-typos
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
foresterre authored Dec 8, 2024
2 parents eee5b9d + a7ef244 commit 878f147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ This release is equal to `v0.11.0`, except that the automated 'release build and

## [0.4.0] - 2021-04-09

* Added option to only take the latest patch Release version into acount, and make it the default.
* Added option to only take the latest patch Release version into account, and make it the default.
* Added minimum and maximum release version options, which can be used to restrict the range of version to be checked.
* Change default check command to `cargo check -all` (was `cargo build --all`).
* Add option to output a `rust-toolchain` file.
Expand Down
2 changes: 1 addition & 1 deletion src/sub_command/find/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ fn find_msrv(
write_msrv(
reporter,
BareVersion::two_component_from_semver(toolchain.version()),
Some(release_index), // Re-use the already obtained index
Some(release_index), // Reuse the already obtained index
environment_ctx,
rust_releases_ctx,
)?;
Expand Down

0 comments on commit 878f147

Please sign in to comment.