Update dependencies, specify esp branch in rust-toolchain.toml
This commit is contained in:
parent
ac874b19db
commit
473db19347
|
|
@ -6,8 +6,8 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
esp-idf-hal = "0.43.1"
|
||||
esp-idf-sys = "0.34.1"
|
||||
esp-idf-hal = "0.44.1"
|
||||
esp-idf-sys = "0.35.0"
|
||||
|
||||
[patch.crates-io]
|
||||
esp-idf-sys = { git = "https://github.com/esp-rs/esp-idf-sys", branch = "master" }
|
||||
|
|
|
|||
2
rust-toolchain.toml
Normal file
2
rust-toolchain.toml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[toolchain]
|
||||
channel = "esp"
|
||||
Loading…
Reference in a new issue