diff --git a/esp32h2-hal/Cargo.toml b/esp32h2-hal/Cargo.toml index 8ede607c9..229f7453c 100644 --- a/esp32h2-hal/Cargo.toml +++ b/esp32h2-hal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "esp32h2-hal" -version = "0.4.0" +version = "0.5.0" edition = "2021" rust-version = "1.67.0" description = "HAL for ESP32-H2 microcontrollers" diff --git a/esp32s3-hal/Cargo.toml b/esp32s3-hal/Cargo.toml index f321bcfc7..88a7c204b 100644 --- a/esp32s3-hal/Cargo.toml +++ b/esp32s3-hal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "esp32s3-hal" -version = "0.13.0" +version = "0.14.0" edition = "2021" rust-version = "1.67.0" description = "HAL for ESP32-S3 microcontrollers"