Skip to content

Commit 944a086

Browse files
bors[bot]eldruin
andauthored
Merge #32
32: Add MSRV 1.34.0 r=nastevens a=eldruin See: rust-embedded/wg#445 Co-authored-by: Diego Barrios Romero <[email protected]>
2 parents adea262 + 8bee9af commit 944a086

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ matrix:
7070
rust: nightly
7171
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
7272

73+
# MSRV
74+
- env: TARGET=x86_64-unknown-linux-gnu
75+
rust: 1.34.0
76+
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
77+
7378
before_install:
7479
- set -e
7580
- rustup self update

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
rust-gpio-cdev is a Rust library/crate providing access to [GPIO character device
1010
ABI](https://www.kernel.org/doc/Documentation/ABI/testing/gpio-cdev). This API,
11-
stabilized with Linux v4.4, deprecates the legacy sysfs interface to GPIOs that is
11+
stabilized with Linux v4.4, deprecates the legacy sysfs interface to GPIOs that is
1212
planned to be removed from the upstream kernel after
1313
year 2020 (which is coming up quickly).
1414

@@ -173,6 +173,11 @@ would need to quickly handle the event notification, make another system call
173173
to the value file to see the state, etc. which had far too many variables involved
174174
to be considered reliable.
175175

176+
## Minimum Supported Rust Version (MSRV)
177+
178+
This crate is guaranteed to compile on stable Rust 1.34.0 and up. It *might*
179+
compile with older versions but that may change in any new patch release.
180+
176181
## License
177182

178183
Licensed under either of

0 commit comments

Comments
 (0)