Skip to content

Commit 3994d11

Browse files
committed
Update MSRV to 1.59.0
1 parent e88cca3 commit 3994d11

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/bors.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ status = [
1717
"build (stable, x86_64-unknown-linux-gnu)",
1818
"build (stable, x86_64-unknown-linux-musl)",
1919

20-
"build (1.46.0, x86_64-unknown-linux-gnu)",
20+
"build (1.59.0, x86_64-unknown-linux-gnu)",
2121

2222
"checks"
2323
]

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
include:
3535
# MSRV
36-
- rust: 1.46.0
36+
- rust: 1.59.0
3737
TARGET: x86_64-unknown-linux-gnu
3838

3939
# Test nightly but don't fail
@@ -107,7 +107,7 @@ jobs:
107107
- uses: actions-rs/toolchain@v1
108108
with:
109109
profile: minimal
110-
toolchain: 1.46.0
110+
toolchain: 1.59.0
111111
components: clippy
112112

113113
- uses: actions-rs/clippy-check@v1

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
1010

11+
- MSRV is now 1.59.0.
1112

1213
## [v0.5.1] - 2021-11-22
1314

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ to be considered reliable.
206206

207207
## Minimum Supported Rust Version (MSRV)
208208

209-
This crate is guaranteed to compile on stable Rust 1.46.0 and up. It *might*
209+
This crate is guaranteed to compile on stable Rust 1.59.0 and up. It *might*
210210
compile with older versions but that may change in any new patch release.
211211

212212
## License

0 commit comments

Comments
 (0)