Skip to content

Commit 5b048d0

Browse files
committed
Remove unnecessary dependency
1 parent 03c43a1 commit 5b048d0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

embedded-can/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
...
1111

12+
13+
### Removed
14+
- Unnecessary `embedded-hal` dependency.
15+
1216
## [v0.4.0] - 2022-09-28
1317

1418
Release of version of the traits extracted from embedded-hal.

embedded-can/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ readme = "README.md"
1212
repository = "https://github.com/rust-embedded/embedded-hal"
1313

1414
[dependencies]
15-
embedded-hal = { version = "=1.0.0-alpha.9", path = "../embedded-hal" }
1615
nb = "1"

0 commit comments

Comments
 (0)