Skip to content

Commit 2c35d07

Browse files
committed
bump rust-version to 1.81
1 parent 1902fed commit 2c35d07

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: esp-rs/[email protected]
1616
with:
1717
default: true
18-
version: "1.80.0"
18+
version: "1.81.0"
1919
ldproxy: true
2020
- uses: actions/checkout@v4
2121
with:

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ homepage = "https://github.com/cat-in-136/ws2812-esp32-rmt-smart-leds"
1010
readme = "README.md"
1111
repository = "https://github.com/cat-in-136/ws2812-esp32-rmt-smart-leds"
1212
edition = "2021"
13+
rust-version = "1.81"
1314

1415
[dependencies]
1516
smart-leds-trait = { version = "0.3", optional = true }

0 commit comments

Comments
 (0)