Skip to content

Commit

Permalink
Update eha
Browse files Browse the repository at this point in the history
  • Loading branch information
MabezDev committed Oct 31, 2022
1 parent 1385513 commit 59d7306
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion esp-hal-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ void = { version = "1.0.2", default-features = false }
embedded-dma = "0.2.0"

# async
embedded-hal-async = { version = "0.1.0-alpha.1", optional = true }
embedded-hal-async = { version = "0.1.0-alpha.3", optional = true }
embassy-sync = { version = "0.1.0", optional = true }
embassy-time = { version = "0.1.0", features = ["nightly"], optional = true }

Expand Down
2 changes: 1 addition & 1 deletion esp32-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ embedded-hal-nb = { version = "=1.0.0-alpha.1", optional = true }
esp-hal-common = { version = "0.2.0", features = ["esp32"], path = "../esp-hal-common" }
xtensa-lx = { version = "0.7.0", features = ["esp32"] }
xtensa-lx-rt = { version = "0.13.0", features = ["esp32"], optional = true }
embedded-hal-async = { version = "0.1.0-alpha.1", optional = true }
embedded-hal-async = { version = "0.1.0-alpha.3", optional = true }
embassy-time = { version = "0.1.0", features = ["nightly"], optional = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion esp32c2-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ esp-hal-common = { version = "0.2.0", features = ["esp32c2"], path = "../esp-
r0 = "1.0.0"
riscv = "0.9.0"
riscv-rt = { version = "0.9.0", optional = true }
embedded-hal-async = { version = "0.1.0-alpha.1", optional = true }
embedded-hal-async = { version = "0.1.0-alpha.3", optional = true }
embassy-time = { version = "0.1.0", features = ["nightly"], optional = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion esp32s2-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ embedded-hal-nb = { version = "=1.0.0-alpha.1", optional = true }
esp-hal-common = { version = "0.2.0", features = ["esp32s2"], path = "../esp-hal-common" }
xtensa-lx = { version = "0.7.0", features = ["esp32s2"] }
xtensa-lx-rt = { version = "0.13.0", features = ["esp32s2"], optional = true }
embedded-hal-async = { version = "0.1.0-alpha.1", optional = true }
embedded-hal-async = { version = "0.1.0-alpha.3", optional = true }
embassy-time = { version = "0.1.0", features = ["nightly"], optional = true }
xtensa-atomic-emulation-trap = { version = "0.2.0", features = ["esp32s2"] }

Expand Down
2 changes: 1 addition & 1 deletion esp32s3-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ esp-hal-common = { version = "0.2.0", features = ["esp32s3"], path = "../esp-h
r0 = { version = "1.0.0", optional = true }
xtensa-lx = { version = "0.7.0", features = ["esp32s3"] }
xtensa-lx-rt = { version = "0.13.0", features = ["esp32s3"], optional = true }
embedded-hal-async = { version = "0.1.0-alpha.1", optional = true }
embedded-hal-async = { version = "0.1.0-alpha.3", optional = true }
embassy-time = { version = "0.1.0", features = ["nightly"], optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 59d7306

Please sign in to comment.