File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- /esp-hal-smartled / @ jessebraham
2
1
/esp-hal-buzzer / @ AnthonyGrondin
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " esp-hal-smartled"
3
- version = " 0.13 .0"
3
+ version = " 0.14 .0"
4
4
edition = " 2021"
5
5
rust-version = " 1.76.0"
6
6
description = " RMT peripheral adapter for smart LEDs"
@@ -12,15 +12,15 @@ features = ["esp32c6"]
12
12
targets = [" riscv32imac-unknown-none-elf" ]
13
13
14
14
[dependencies ]
15
- defmt = { version = " 0.3.8 " , optional = true }
15
+ defmt = { version = " 0.3.10 " , optional = true }
16
16
document-features = " 0.2.10"
17
17
esp-hal = " 0.22.0"
18
18
fugit = " 0.3.7"
19
19
smart-leds-trait = " 0.3.0"
20
20
21
21
[dev-dependencies ]
22
22
cfg-if = " 1.0.0"
23
- esp-backtrace = { version = " 0.14.1 " , features = [
23
+ esp-backtrace = { version = " 0.14.2 " , features = [
24
24
" exception-handler" ,
25
25
" panic-handler" ,
26
26
" println" ,
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ 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 )
4
4
[ ![ 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 )
6
6
![ Crates.io] ( https://img.shields.io/crates/l/esp-hal-smartled?labelColor=1C2C2E&style=flat-square )
7
7
[ ![ 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 )
8
8
@@ -16,7 +16,7 @@ Allows for the use of an RMT output channel to easily interact with RGB LEDs and
16
16
17
17
## Minimum Supported Rust Version (MSRV)
18
18
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_
20
20
compile with older versions but that may change in any new patch release.
21
21
22
22
## License
You can’t perform that action at this time.
0 commit comments