diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ca8a74955..84c2899eb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [0.35.0] - 2024-06-23 ### Deprecated **ESP-IDF v4.4** Please start upgrading to ESP-IDF v5. diff --git a/Cargo.toml b/Cargo.toml index b2f5142f69..8668c2bc85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "esp-idf-sys" -version = "0.34.1" +version = "0.35.0" authors = ["Alexey Arbuzov ", "sapir ", "Ivan Markov ", "Dominik Gschwind "] edition = "2021" resolver = "2" @@ -32,7 +32,7 @@ build-time = "0.1" # For esp_app_desc!() const_format = "0.2" # For esp_app_desc!() [build-dependencies] -embuild = { version = "0.31.3", features = ["glob", "kconfig", "cmake", "espidf"] } +embuild = { version = "0.32", features = ["glob", "kconfig", "cmake", "espidf"] } anyhow = "1" regex = "1.5" bindgen = "0.69" @@ -41,7 +41,3 @@ serde = { version = "1.0", features = ["derive"] } strum = { version = "0.24", features = ["derive"] } envy = "0.4.2" which = "4.4" - - -[patch.crates-io] -embuild ={ git = "https://github.com/esp-rs/embuild"} \ No newline at end of file