Skip to content

Commit 9131f44

Browse files
committed
Update MSRV to 1.70.
1 parent cca3424 commit 9131f44

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ci.yml

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

3636
include:
3737
# MSRV
38-
- rust: 1.65.0
38+
- rust: 1.70.0
3939
TARGET: x86_64-unknown-linux-gnu
4040

4141
# Test nightly but don't fail
@@ -109,7 +109,7 @@ jobs:
109109
- uses: actions-rs/toolchain@v1
110110
with:
111111
profile: minimal
112-
toolchain: 1.65.0
112+
toolchain: 1.70.0
113113
components: clippy
114114

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

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ categories = ["embedded", "hardware-support", "os", "os::unix-apis"]
1010
keywords = ["linux", "gpio", "gpiochip", "embedded"]
1111
license = "MIT OR Apache-2.0"
1212
edition = "2018"
13+
rust-version = "1.70"
1314

1415
[features]
1516
default = []

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.65.0 and up. It *might*
209+
This crate is guaranteed to compile on stable Rust 1.70.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)