From dcc3d0e7587b173a9aec70012a433633ffbe6051 Mon Sep 17 00:00:00 2001 From: Mohammad-Mohsen Aseman-Manzar Date: Sat, 6 Apr 2024 22:18:41 +0330 Subject: [PATCH] Update versions in Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0747acd..35959a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"}