Actually bump the esp-hal version number (oops) (#1802)

This commit is contained in:
Jesse Braham 2024-07-15 22:17:15 +00:00 committed by GitHub
parent 77b6cb8615
commit eddcb7354f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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",