diff --git a/esp32c2/Cargo.toml b/esp32c2/Cargo.toml index 0dccb16a61..8fda37a436 100644 --- a/esp32c2/Cargo.toml +++ b/esp32c2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "esp32c2" -version = "0.16.0" +version = "0.17.0" edition = "2021" rust-version = "1.67" description = "Peripheral access crate for the ESP32-C2" diff --git a/esp32c3/Cargo.toml b/esp32c3/Cargo.toml index 895a81f7b1..365c47aa15 100644 --- a/esp32c3/Cargo.toml +++ b/esp32c3/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "esp32c3" -version = "0.19.0" +version = "0.20.0" edition = "2021" rust-version = "1.67" description = "Peripheral access crate for the ESP32-C3" diff --git a/esp32c6/Cargo.toml b/esp32c6/Cargo.toml index 146241a802..406aaa876a 100644 --- a/esp32c6/Cargo.toml +++ b/esp32c6/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "esp32c6" -version = "0.10.0" +version = "0.11.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 6a35cdebd3..f133cc60b3 100644 --- a/esp32h2/Cargo.toml +++ b/esp32h2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "esp32h2" -version = "0.6.0" +version = "0.7.0" edition = "2021" rust-version = "1.67" description = "Peripheral access crate for the ESP32-H2"