Skip to content

Commit

Permalink
Update dependencies (esp-rs#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
katyo authored and bjoernQ committed May 23, 2024
1 parent 48d7984 commit a1d89a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions esp-wifi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ esp32c3-hal = { workspace = true, optional = true }
esp32c2-hal = { workspace = true, optional = true }
esp32c6-hal = { workspace = true, optional = true }
esp32-hal = { workspace = true, optional = true }
esp32s3-hal = {workspace = true, optional = true }
esp32s3-hal = { workspace = true, optional = true }
esp32s2-hal = { workspace = true, optional = true }
esp32c3 = { workspace = true, optional = true }
esp32c2 = { workspace = true, optional = true }
Expand All @@ -21,7 +21,7 @@ critical-section.workspace = true
atomic-polyfill.workspace = true
log.workspace = true
embedded-svc = { workspace = true, optional = true }
enumset = {workspace = true, optional = true }
enumset = { workspace = true, optional = true }
linked_list_allocator = { workspace = true }
embedded-io.workspace = true
fugit.workspace = true
Expand Down

0 comments on commit a1d89a1

Please sign in to comment.