Skip to content

Commit 6022b5e

Browse files
committed
Raise MSRV due to dependencies
1 parent c6d9ee7 commit 6022b5e

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.35.0, x86_64-unknown-linux-gnu)",
7+
"CI (1.46.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.35.0
24+
- rust: 1.46.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
@@ -24,7 +24,7 @@ linux-embedded-hal = { version = "0.3", features = ["gpio_cdev"] }
2424

2525
# Minimum Supported Rust Version (MSRV)
2626

27-
This crate is guaranteed to compile on stable Rust 1.36.0 and up. It *might*
27+
This crate is guaranteed to compile on stable Rust 1.46.0 and up. It *might*
2828
compile with older versions but that may change in any new patch release.
2929

3030
## License

0 commit comments

Comments
 (0)