Skip to content

Commit e9076f8

Browse files
bors[bot]ryankurte
andauthored
Merge #53
53: Update for release v0.4.0-alpha.0 r=posborne a=ryankurte Co-authored-by: ryan <[email protected]>
2 parents 1362ed6 + 09154ee commit e9076f8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["Linux", "hal"]
99
license = "MIT OR Apache-2.0"
1010
name = "linux-embedded-hal"
1111
repository = "https://github.com/rust-embedded/linux-embedded-hal"
12-
version = "0.3.0"
12+
version = "0.4.0-alpha.0"
1313
edition = "2018"
1414

1515
[features]

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ This project is developed and maintained by the [Embedded Linux team][team].
88

99
## [Documentation](https://docs.rs/linux-embedded-hal)
1010

11+
Note that current `v0.4.0-alpha.X` releases track the unstable ['embedded-hal'] `v1.0.0-alpha.Y`.
12+
For bugfixes or backports please open PRs against the `v0.3.x` branch.
13+
1114
## GPIO character device
1215

1316
Since Linux kernel v4.4 the use of sysfs GPIO was deprecated and replaced by the character device GPIO.
@@ -22,7 +25,7 @@ linux-embedded-hal = { version = "0.3", features = ["gpio_cdev"] }
2225

2326
`SysfsPin` can be still used with feature flag `gpio_sysfs`.
2427

25-
# Minimum Supported Rust Version (MSRV)
28+
## Minimum Supported Rust Version (MSRV)
2629

2730
This crate is guaranteed to compile on stable Rust 1.36.0 and up. It *might*
2831
compile with older versions but that may change in any new patch release.

0 commit comments

Comments
 (0)