Skip to content

Commit

Permalink
Remove direct embedded-hal v0.2 dependency (#466)
Browse files Browse the repository at this point in the history
* Remove direct embedded-hal v0.2 dependency

* Add changelog entry.
  • Loading branch information
onestacked authored May 6, 2024
1 parent 60cd936 commit ad8f404
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

### Removed
- Removed embedded-hal v0.2 dependency

## [0.5.1] - 2024-04-22

Expand Down
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ enumset = { version = "1.1.3", default-features = false }
linked_list_allocator = { version = "0.10.5", default-features = false, features = [
"const_mut_refs",
] }
embedded-hal = { version = "0.2.4", default-features = false }
embedded-io = { version = "0.6.1", default-features = false }
fugit = "0.3.7"
heapless = { version = "0.8", default-features = false, features = [
Expand Down
1 change: 0 additions & 1 deletion esp-wifi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ esp-hal = { workspace = true }
smoltcp = { workspace = true, optional = true }
critical-section.workspace = true
log = { workspace = true, optional = true }
embedded-hal = { workspace = true }
embedded-svc = { workspace = true, optional = true }
enumset = { workspace = true, optional = true }
linked_list_allocator = { workspace = true }
Expand Down

0 comments on commit ad8f404

Please sign in to comment.