Skip to content

Commit aa968a9

Browse files
committed
ci: bump pinned to Rust 1.65
1 parent db3cb66 commit aa968a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
include:
4040
- build: pinned
4141
os: ubuntu-latest
42-
rust: 1.61.0
42+
rust: 1.65.0
4343
- build: stable
4444
os: ubuntu-latest
4545
rust: stable

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Crate features:
129129

130130
### Minimum Rust version policy
131131

132-
This crate's minimum supported `rustc` version is `1.46.0`.
132+
This crate's minimum supported `rustc` version is `1.65.0`.
133133

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

0 commit comments

Comments
 (0)