Skip to content

Commit 58cce62

Browse files
committed
Document MSRV 1.36.0 in README
1 parent bc0fa14 commit 58cce62

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,18 @@ See [gpio-cdev documentation](https://github.com/rust-embedded/gpio-cdev#sysfs-g
1515

1616
This crate includes feature flag `gpio_cdev` that exposes `CdevPin` as wrapper around `LineHandle` from [gpio-cdev](https://crates.io/crates/gpio-cdev).
1717
To enable it update your Cargo.toml. Please note that in order to prevent `LineHandle` fd from closing you should
18-
assign to a variable, see [cdev issue](https://github.com/rust-embedded/gpio-cdev/issues/29) for more details.
18+
assign to a variable, see [cdev issue](https://github.com/rust-embedded/gpio-cdev/issues/29) for more details.
1919
```
2020
linux-embedded-hal = { version = "0.3", features = ["gpio_cdev"] }
21-
```
21+
```
2222

2323
`SysfsPin` can be still used with feature flag `gpio_sysfs`.
2424

25+
# Minimum Supported Rust Version (MSRV)
26+
27+
This crate is guaranteed to compile on stable Rust 1.36.0 and up. It *might*
28+
compile with older versions but that may change in any new patch release.
29+
2530
## License
2631

2732
Licensed under either of

0 commit comments

Comments
 (0)