Skip to content

Commit cc7c994

Browse files
authored
Merge pull request #27 from rursprung/fix-eh-1.0.0.rc1-build
fix embedded-hal 1.0.0-rc.1 build
2 parents 6b7493e + 5b6e4a9 commit cc7c994

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ keywords = ["tb6612fng", "driver", "motor", "controller", "embedded-hal-driver"]
1111
license = "MIT OR Apache-2.0"
1212

1313
[dependencies]
14-
embedded-hal = "1.0.0-rc.1"
14+
embedded-hal = "=1.0.0-rc.1"
1515

1616
defmt = { version = "0.3", optional = true }
1717

1818
[dev-dependencies]
19-
embedded-hal-mock = { version = "0.10.0-rc.2", features = ["eh1"] }
19+
embedded-hal-mock = { version = "=0.10.0-rc.2", features = ["eh1"] }

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ A simple example for the STM32F4 microcontrollers is [available](examples/stm32f
3030
For the changelog please see the dedicated [CHANGELOG.md](CHANGELOG.md).
3131

3232
## Roadmap to v1.0.0
33-
This crate is already stable, however it's based on athe v1.0.0 release candidate version of [`embedded-hal`](https://github.com/rust-embedded/embedded-hal/),
33+
This crate is already stable, however it's based on a release candidate version of [`embedded-hal`](https://github.com/rust-embedded/embedded-hal/),
3434
making the API unstable (the change from 1.0.0-rc.1 to 1.0.0 of e-h will be breaking from a dependency management point of view).
35+
3536
See [the tracking issue](https://github.com/rursprung/tb6612fng-rs/issues/4) for the roadmap to v1.0.0.
3637

3738
## Minimum Supported Rust Version (MSRV)

0 commit comments

Comments
 (0)