Skip to content

Commit f8c0754

Browse files
committed
Raise MSRV to 1.60
`std::io::ErrorKind` implements `std::fmt::Display` since Rust 1.60.
1 parent 694553c commit f8c0754

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/bors.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ required_approvals = 1
44
status = [
55
"CI (stable, x86_64-unknown-linux-gnu)",
66
"CI (stable, armv7-unknown-linux-gnueabihf)",
7-
"CI (1.59.0, x86_64-unknown-linux-gnu)",
7+
"CI (1.60.0, x86_64-unknown-linux-gnu)",
88
]

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
include:
2323
# Test MSRV
24-
- rust: 1.59.0
24+
- rust: 1.60.0
2525
TARGET: x86_64-unknown-linux-gnu
2626

2727
# Test nightly but don't fail

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ With `default-features = false` you can enable the features `gpio_cdev`, `gpio_s
2929

3030
## Minimum Supported Rust Version (MSRV)
3131

32-
This crate is guaranteed to compile on stable Rust 1.59.0 and up. It *might*
32+
This crate is guaranteed to compile on stable Rust 1.60.0 and up. It *might*
3333
compile with older versions but that may change in any new patch release.
3434

3535
## License

0 commit comments

Comments
 (0)