Skip to content

Commit 757302d

Browse files
committed
New release for esp-hal-smartled
1 parent 6bb1205 commit 757302d

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
/esp-hal-smartled/ @jessebraham
21
/esp-hal-buzzer/ @AnthonyGrondin

esp-hal-smartled/Cargo.toml

Lines changed: 3 additions & 3 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.14.0"
44
edition = "2021"
55
rust-version = "1.76.0"
66
description = "RMT peripheral adapter for smart LEDs"
@@ -12,15 +12,15 @@ features = ["esp32c6"]
1212
targets = ["riscv32imac-unknown-none-elf"]
1313

1414
[dependencies]
15-
defmt = { version = "0.3.8", optional = true }
15+
defmt = { version = "0.3.10", optional = true }
1616
document-features = "0.2.10"
1717
esp-hal = "0.22.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",

esp-hal-smartled/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Crates.io](https://img.shields.io/crates/v/esp-hal-smartled?labelColor=1C2C2E&color=C96329&logo=Rust&style=flat-square)](https://crates.io/crates/esp-hal-smartled)
44
[![docs.rs](https://img.shields.io/docsrs/esp-hal-smartled?labelColor=1C2C2E&color=C96329&logo=rust&style=flat-square)](https://docs.rs/esp-hal-smartled)
5-
![MSRV](https://img.shields.io/badge/MSRV-1.76-blue?labelColor=1C2C2E&style=flat-square)
5+
![MSRV](https://img.shields.io/badge/MSRV-1.79-blue?labelColor=1C2C2E&style=flat-square)
66
![Crates.io](https://img.shields.io/crates/l/esp-hal-smartled?labelColor=1C2C2E&style=flat-square)
77
[![Matrix](https://img.shields.io/matrix/esp-rs:matrix.org?label=join%20matrix&labelColor=1C2C2E&color=BEC5C9&logo=matrix&style=flat-square)](https://matrix.to/#/#esp-rs:matrix.org)
88

@@ -16,7 +16,7 @@ Allows for the use of an RMT output channel to easily interact with RGB LEDs and
1616

1717
## Minimum Supported Rust Version (MSRV)
1818

19-
This crate is guaranteed to compile on stable Rust 1.76 and up. It _might_
19+
This crate is guaranteed to compile on stable Rust 1.79 and up. It _might_
2020
compile with older versions but that may change in any new patch release.
2121

2222
## License

0 commit comments

Comments
 (0)