Update dependencies, specify esp branch in rust-toolchain.toml

This commit is contained in:
Mathias Pius 2024-08-01 14:15:09 +02:00
parent ac874b19db
commit 473db19347
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View file

@ -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
View file

@ -0,0 +1,2 @@
[toolchain]
channel = "esp"