Update versions in Cargo.toml
This commit is contained in:
parent
304de9028d
commit
dcc3d0e758
|
|
@ -6,8 +6,8 @@ edition = "2021"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
esp-idf-hal = "0.40.1"
|
esp-idf-hal = "0.43.1"
|
||||||
esp-idf-sys = "0.32.1"
|
esp-idf-sys = "0.34.1"
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
esp-idf-sys = {git = "https://github.com/esp-rs/esp-idf-sys", branch = "master"}
|
esp-idf-sys = {git = "https://github.com/esp-rs/esp-idf-sys", branch = "master"}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue