We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c43a1 commit 5b048d0Copy full SHA for 5b048d0
embedded-can/CHANGELOG.md
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
10
...
11
12
+
13
+### Removed
14
+- Unnecessary `embedded-hal` dependency.
15
16
## [v0.4.0] - 2022-09-28
17
18
Release of version of the traits extracted from embedded-hal.
embedded-can/Cargo.toml
@@ -12,5 +12,4 @@ readme = "README.md"
repository = "https://github.com/rust-embedded/embedded-hal"
[dependencies]
-embedded-hal = { version = "=1.0.0-alpha.9", path = "../embedded-hal" }
nb = "1"
0 commit comments