Skip to content

Commit 0cd3fb0

Browse files
committed
Raise MSRV to version 1.46.0 due to dependencies
1 parent 07754c2 commit 0cd3fb0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.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.36.0
24+
- rust: 1.46.0
2525
TARGET: x86_64-unknown-linux-gnu
2626

2727
# Test nightly but don't fail

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1212
- Modified `OutputPin` behavior for active-low pins to match `InputPin` behavior.
1313
- Set default features to build both sysfs and cdev pin types.
1414
- Removed `Pin` export, use `CdevPin` or `SysfsPin`.
15+
- Increased the Minimum Supported Rust Version to `1.46.0` due to an update of `bitflags`.
1516
- Adapted to `embedded-hal` `1.0.0-alpha.5` release.
1617
- Updated `nb` to version `1`.
1718

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ linux-embedded-hal = { version = "0.3", features = ["gpio_cdev"] }
2727

2828
## Minimum Supported Rust Version (MSRV)
2929

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

3333
## License

0 commit comments

Comments
 (0)