Skip to content

Commit

Permalink
tests: Update esp-hal requirement from 0.21 to 0.22 (#36)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Taiki Endo <[email protected]>
  • Loading branch information
dependabot[bot] and taiki-e authored Nov 23, 2024
1 parent d82f7c8 commit b16baa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/xtensa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ paste = "1"

[target.xtensa-esp32-none-elf.dependencies]
esp-println = { version = "0.12", default-features = false, features = ["uart", "esp32"] }
esp-hal = { version = "0.21", features = ["esp32"] }
esp-hal = { version = "0.22", features = ["esp32"] }
[target.xtensa-esp32s2-none-elf.dependencies]
esp-println = { version = "0.12", default-features = false, features = ["uart", "esp32s2"] }
esp-hal = { version = "0.21", features = ["esp32s2"] }
esp-hal = { version = "0.22", features = ["esp32s2"] }
[target.xtensa-esp32s3-none-elf.dependencies]
esp-println = { version = "0.12", default-features = false, features = ["uart", "esp32s3"] }
esp-hal = { version = "0.21", features = ["esp32s3"] }
esp-hal = { version = "0.22", features = ["esp32s3"] }

[workspace]
resolver = "2"
Expand Down

0 comments on commit b16baa8

Please sign in to comment.