diff --git a/esp32c6/Cargo.toml b/esp32c6/Cargo.toml index fcfebf384b..146241a802 100644 --- a/esp32c6/Cargo.toml +++ b/esp32c6/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "esp32c6" -version = "0.9.0" +version = "0.10.0" edition = "2021" rust-version = "1.67" description = "Peripheral access crate for the ESP32-C6" diff --git a/esp32h2/Cargo.toml b/esp32h2/Cargo.toml index da4a377703..6a35cdebd3 100644 --- a/esp32h2/Cargo.toml +++ b/esp32h2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "esp32h2" -version = "0.5.0" +version = "0.6.0" edition = "2021" rust-version = "1.67" description = "Peripheral access crate for the ESP32-H2"