mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-30 13:50:38 +00:00
Actually bump the esp-hal
version number (oops) (#1802)
This commit is contained in:
parent
77b6cb8615
commit
eddcb7354f
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user