Skip to content

Commit

Permalink
Merge #53
Browse files Browse the repository at this point in the history
53: Update for release v0.4.0-alpha.0 r=posborne a=ryankurte



Co-authored-by: ryan <[email protected]>
  • Loading branch information
bors[bot] and ryankurte authored Nov 29, 2020
2 parents 1362ed6 + 09154ee commit e9076f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["Linux", "hal"]
license = "MIT OR Apache-2.0"
name = "linux-embedded-hal"
repository = "https://github.com/rust-embedded/linux-embedded-hal"
version = "0.3.0"
version = "0.4.0-alpha.0"
edition = "2018"

[features]
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ This project is developed and maintained by the [Embedded Linux team][team].

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

Note that current `v0.4.0-alpha.X` releases track the unstable ['embedded-hal'] `v1.0.0-alpha.Y`.
For bugfixes or backports please open PRs against the `v0.3.x` branch.

## GPIO character device

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

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

# Minimum Supported Rust Version (MSRV)
## Minimum Supported Rust Version (MSRV)

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

0 comments on commit e9076f8

Please sign in to comment.