Skip to content

Commit 9414059

Browse files
bors[bot]ryankurte
andcommitted
15: Release new patch on crates.io with minimised i2c dependencies r=therealprof a=ryankurte Following rust-embedded#14 this release contains a newer version of the i2cdev crate that decreases the number of dependencies and thus build time (measured on an rpi3 from 1hr 20 mins to 20 mins). Co-authored-by: Ryan Kurte <[email protected]>
2 parents 182235b + bd45a37 commit 9414059

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.2.2] - 2018-12-21
11+
12+
### Changed
13+
14+
- updated to i2cdev 0.4.1 (removes superflous dependencies)
15+
1016
## [v0.2.1] - 2018-10-25
1117

1218
### Added
@@ -33,6 +39,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3339
Initial release
3440

3541
[Unreleased]: https://github.com/japaric/linux-embedded-hal/compare/v0.2.1...HEAD
42+
[v0.2.2]: https://github.com/japaric/linux-embedded-hal/compare/v0.2.1...v0.2.2
3643
[v0.2.1]: https://github.com/rust-embedded/linux-embedded-hal/compare/v0.2.0...v0.2.1
3744
[v0.2.0]: https://github.com/rust-embedded/linux-embedded-hal/compare/v0.1.1...v0.2.0
3845
[v0.1.1]: https://github.com/japaric/linux-embedded-hal/compare/v0.1.0...v0.1.1

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = ["Linux", "hal"]
66
license = "MIT OR Apache-2.0"
77
name = "linux-embedded-hal"
88
repository = "https://github.com/japaric/linux-embedded-hal"
9-
version = "0.2.1"
9+
version = "0.2.2"
1010

1111
[dependencies]
1212
embedded-hal = { version = "0.2.0", features = ["unproven"] }

0 commit comments

Comments
 (0)