Skip to content

Commit

Permalink
ci: bump pinned to Rust 1.65
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Oct 10, 2023
1 parent db3cb66 commit aa968a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ubuntu-latest
rust: 1.61.0
rust: 1.65.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 @@ -129,7 +129,7 @@ Crate features:

### Minimum Rust version policy

This crate's minimum supported `rustc` version is `1.46.0`.
This crate's minimum supported `rustc` version is `1.65.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 aa968a9

Please sign in to comment.