Skip to content

Commit

Permalink
Actually bump the esp-hal version number (oops) (#1802)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebraham authored Jul 15, 2024
1 parent 77b6cb8 commit eddcb73
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion esp-hal-embassy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defmt = { version = "0.3.8", optional = true }
document-features = "0.2.10"
embassy-executor = { version = "0.5.0", optional = true }
embassy-time-driver = { version = "0.1.0", features = [ "tick-hz-1_000_000" ] }
esp-hal = { version = "0.18.0", path = "../esp-hal" }
esp-hal = { version = "0.19.0", path = "../esp-hal" }
log = { version = "0.4.22", optional = true }
portable-atomic = "1.6.0"

Expand Down
2 changes: 1 addition & 1 deletion esp-hal-smartled/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ targets = ["riscv32imc-unknown-none-elf"]
[dependencies]
defmt = { version = "0.3.8", optional = true }
document-features = "0.2.10"
esp-hal = { version = "0.18.0", path = "../esp-hal" }
esp-hal = { version = "0.19.0", path = "../esp-hal" }
fugit = "0.3.7"
smart-leds-trait = "0.3.0"

Expand Down
2 changes: 1 addition & 1 deletion esp-hal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp-hal"
version = "0.18.0"
version = "0.19.0"
edition = "2021"
rust-version = "1.76.0"
description = "Bare-metal HAL for Espressif devices"
Expand Down
2 changes: 1 addition & 1 deletion esp-ieee802154/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test = false
byte = "0.2.7"
critical-section = "1.1.2"
document-features = "0.2.10"
esp-hal = { version = "0.18.0", path = "../esp-hal" }
esp-hal = { version = "0.19.0", path = "../esp-hal" }
esp-wifi-sys = "0.4.0"
heapless = "0.8.0"
ieee802154 = "0.6.1"
Expand Down
2 changes: 1 addition & 1 deletion esp-wifi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["embedded", "hardware-support", "no-std"]

[dependencies]
defmt = { version = "0.3.8", optional = true }
esp-hal = { version = "0.18.0", path = "../esp-hal", default-features = false }
esp-hal = { version = "0.19.0", path = "../esp-hal", default-features = false }
esp-hal-embassy = { version = "0.2.0", path = "../esp-hal-embassy", default-features = false, optional = true }
smoltcp = { version = "0.11.0", default-features = false, features = [
"medium-ethernet",
Expand Down

0 comments on commit eddcb73

Please sign in to comment.