We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1902fed commit 2c35d07Copy full SHA for 2c35d07
.github/workflows/rust.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: esp-rs/[email protected]
16
with:
17
default: true
18
- version: "1.80.0"
+ version: "1.81.0"
19
ldproxy: true
20
- uses: actions/checkout@v4
21
Cargo.toml
@@ -10,6 +10,7 @@ homepage = "https://github.com/cat-in-136/ws2812-esp32-rmt-smart-leds"
10
readme = "README.md"
11
repository = "https://github.com/cat-in-136/ws2812-esp32-rmt-smart-leds"
12
edition = "2021"
13
+rust-version = "1.81"
14
[dependencies]
smart-leds-trait = { version = "0.3", optional = true }
0 commit comments