Skip to content

Commit

Permalink
msrv: bump to Rust 1.72
Browse files Browse the repository at this point in the history
Since winapi-util has a MSRV of 1.72.0, just update to that.

PR #85
  • Loading branch information
andrewcarson authored Dec 31, 2024
1 parent f4606e6 commit d672e7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
include:
- build: pinned
os: ubuntu-latest
rust: 1.60.0
rust: 1.72.0
- build: pinned-win
os: windows-latest
rust: 1.60.0
rust: 1.72.0
- build: stable
os: ubuntu-latest
rust: stable
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ not. To achieve that, please use

### Minimum Rust version policy

This crate's minimum supported `rustc` version is `1.34.0`.
This crate's minimum supported `rustc` version is `1.72.0`.

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 d672e7b

Please sign in to comment.