build: fix build failed.
This commit is contained in:
parent
a383d511dd
commit
696673ba01
@ -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"
|
||||
|
@ -1,3 +1,3 @@
|
||||
[toolchain]
|
||||
|
||||
channel = "nightly-2022-04-01"
|
||||
channel = "nightly-2022-06-03"
|
Loading…
Reference in New Issue
Block a user