Skip to content

Commit 8c182f2

Browse files
committed
Bump version to 0.2.0 with MSRV of Rust 1.28.0
Signed-off-by: Paul Osborne <osbpau@gmail.com>
1 parent 97bbac9 commit 8c182f2

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
language: rust
22
rust:
3-
- 1.2.0
4-
- 1.3.0
5-
- 1.4.0
6-
- 1.5.0
7-
- 1.6.0
3+
- 1.28.0
4+
- stable
85
- beta
96
- nightly
107

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sysfs-pwm"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = ["Rust Embedded WG Linux Team <embedded-linux@teams.rust-embedded.org>",
55
"Paul Osborne <osbpau@gmail.com>"]
66
license = "MIT/Apache-2.0"

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ Then, add this to your crate root:
2626
extern crate sysfs_pwm;
2727
```
2828

29+
## MSRV (Minimum Supported Rust Version)
30+
31+
This crate is guaranteed to compile on stable Rust 1.28.0 and up. It *might*
32+
compile with older versions but that may change in any new patch release.
33+
2934
## Example/API
3035

3136
The main API consists of a Pwm struct with the following methods:

0 commit comments

Comments
 (0)