Update versions in Cargo.toml

This commit is contained in:
Mohammad-Mohsen Aseman-Manzar 2024-04-06 22:18:41 +03:30 committed by GitHub
parent 304de9028d
commit dcc3d0e758
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.40.1"
esp-idf-sys = "0.32.1"
esp-idf-hal = "0.43.1"
esp-idf-sys = "0.34.1"
[patch.crates-io]
esp-idf-sys = {git = "https://github.com/esp-rs/esp-idf-sys", branch = "master"}