Skip to content

Commit dde4654

Browse files
committed
Bump allowed EPS HAL version
1 parent ca61099 commit dde4654

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

esp-hal-smartled/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 0.13.1
11+
1012
### Added
1113

1214
### Changed
1315

16+
- Bump allowed ESP HAL version to >=0.20.0, <=0.21.0
17+
1418
### Fixed
1519

1620
### Removed

esp-hal-smartled/Cargo.toml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "esp-hal-smartled"
3-
version = "0.13.0"
3+
version = "0.13.1"
44
edition = "2021"
55
rust-version = "1.76.0"
66
description = "RMT peripheral adapter for smart LEDs"
@@ -14,18 +14,18 @@ targets = ["riscv32imac-unknown-none-elf"]
1414
[dependencies]
1515
defmt = { version = "0.3.8", optional = true }
1616
document-features = "0.2.10"
17-
esp-hal = "0.20.0"
17+
esp-hal = ">=0.20.0, <=0.21.0"
1818
fugit = "0.3.7"
1919
smart-leds-trait = "0.3.0"
2020

2121
[dev-dependencies]
2222
cfg-if = "1.0.0"
23-
esp-backtrace = { version = "0.14.1", features = [
23+
esp-backtrace = { version = "0.14.2", features = [
2424
"exception-handler",
2525
"panic-handler",
2626
"println",
2727
] }
28-
esp-println = "0.11.0"
28+
esp-println = "0.12.0"
2929
smart-leds = "0.4.0"
3030

3131
[features]
@@ -46,8 +46,4 @@ esp32s2 = ["esp-backtrace/esp32s2", "esp-hal/esp32s2", "esp-println/esp32s2"]
4646
## Target the ESP32-S3.
4747
esp32s3 = ["esp-backtrace/esp32s3", "esp-hal/esp32s3", "esp-println/esp32s3"]
4848

49-
# TODO: Remove patches prior to next release
5049
[patch.crates-io]
51-
esp-backtrace = { git = "https://github.com/esp-rs/esp-hal", rev = "d44affc" }
52-
esp-hal = { git = "https://github.com/esp-rs/esp-hal", rev = "d44affc" }
53-
esp-println = { git = "https://github.com/esp-rs/esp-hal", rev = "d44affc" }

0 commit comments

Comments
 (0)