Skip to content

Commit 355dd33

Browse files
committed
fix for cargo.toml
1 parent bc82d2e commit 355dd33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp-hal-smartled/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ targets = ["riscv32imac-unknown-none-elf"]
1414
[dependencies]
1515
defmt = { version = "0.3.8", optional = true }
1616
document-features = "0.2.10"
17-
esp-hal = ">=0.20.0, <=0.21.0"
17+
esp-hal = ">=0.20.0, <=0.21"
1818
fugit = "0.3.7"
1919
smart-leds-trait = "0.3.0"
2020

0 commit comments

Comments
 (0)