Skip to content

Commit

Permalink
msrv: bump to Rust 1.72
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Sep 20, 2023
1 parent 43133ce commit 2402a30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
include:
- build: pinned
os: windows-latest
rust: 1.34.0
rust: 1.72.0
- build: stable
os: windows-latest
rust: stable
Expand Down
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,7 @@ https://docs.rs/winapi-util

### Usage

Add this to your `Cargo.toml`:

```toml
[dependencies]
winapi-util = "0.1"
```
Run `cargo add winapi-util` to add this dependency to your `Cargo.toml` file.


### Notes
Expand All @@ -46,7 +41,7 @@ got things right is most appreciated.

### 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 non-breaking version updates. For example, if `crate 1.0`
Expand Down

0 comments on commit 2402a30

Please sign in to comment.