build: fix build failed.

This commit is contained in:
Ivan Li 2022-06-06 21:28:54 +08:00
parent a383d511dd
commit 696673ba01
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ embedded-graphics = "0.7.1"
embedded-hal = "1.0.0-alpha.8"
embedded-hal-0-2 = {package = "embedded-hal", version = "0.2.7", features = ["unproven"]}
env_logger = "0.9.0"
esp-idf-hal = "0.37.3"
esp-idf-hal = { git = "https://github.com/esp-rs/esp-idf-hal", branch="master" }
esp-idf-sys = {version = "0.31.5", features = ["binstart"]}
log = "0.4.17"
retry = "1.3.1"

View File

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2022-04-01"
channel = "nightly-2022-06-03"