Skip to content

Commit

Permalink
Remove direct embedded-hal v0.2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
onestacked committed May 5, 2024
1 parent 60cd936 commit ad7b583
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
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 ad7b583

Please sign in to comment.