Skip to content

Commit

Permalink
Merge pull request #25 from cat-in-136/restrict-version-esp-idf-up-to…
Browse files Browse the repository at this point in the history
…-0.31

Restrict esp-idf version to up-to 0.31 in advance of support for esp-idf 0.32
  • Loading branch information
cat-in-136 authored Dec 24, 2022
2 parents 7f20de0 + 3d5c82b commit f2f293c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ws2812-esp32-rmt-driver"
version = "0.4.0"
version = "0.4.1"
license = "MIT"
authors = ["@cat_in_136"]
categories = ["embedded", "hardware-support"]
Expand All @@ -22,7 +22,7 @@ once_cell = "1"
thiserror = "1"

[target.'cfg(target_vendor = "espressif")'.dependencies]
esp-idf-sys = { version = ">=0.30", features = ["binstart"] }
esp-idf-sys = { version = ">=0.30, <0.32", features = ["binstart"] }

[dev-dependencies]
smart-leds = "0.3"
Expand Down

0 comments on commit f2f293c

Please sign in to comment.