Skip to content

Commit

Permalink
chore: update msrv
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Mar 17, 2024
1 parent f4abd4a commit e29385d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["cli", "cargo", "dependency", "crate"]
license-file = "LICENSE"
readme = "README.md"
repository = "https://github.com/simonsan/rhack"
rust-version = "1.65.0"
rust-version = "1.74.1"
description = "Temporary edits to your Rust dependencies"

[package.metadata.wix]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ of Conduct and supplement it at this location.

## Minimum Rust version policy

This crate's minimum supported `rustc` version is `1.65.0`.
This crate's minimum supported `rustc` version is `1.74.1`.

The current policy is that the minimum Rust version required to use this crate
can be increased in minor version updates. For example, if `crate 1.0` requires
Expand Down

0 comments on commit e29385d

Please sign in to comment.