diff --git a/CHANGELOG.md b/CHANGELOG.md index 15a7d2236f..2705f58f43 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.44.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 bf457af7c7..a0e67a8b57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "esp-idf-hal" -version = "0.43.1" +version = "0.44.0" authors = ["sapir ", "Ivan Markov "] edition = "2021" resolver = "2" @@ -44,7 +44,7 @@ embedded-hal-nb = "1" embedded-hal-async = "1" embedded-io = "0.6" embedded-io-async = "0.6" -esp-idf-sys = { version = "0.34", default-features = false } +esp-idf-sys = { version = "0.35", default-features = false } critical-section = { version = "1.1.1", optional = true, features = ["restore-state-none"] } heapless = "0.8" num_enum = { version = "0.7", default-features = false } @@ -54,7 +54,7 @@ atomic-waker = { version = "1.1.1", default-features = false } embassy-sync = { version = "0.6" } [build-dependencies] -embuild = "0.31.3" +embuild = "0.32" [dev-dependencies] anyhow = "1" @@ -62,7 +62,3 @@ esp-idf-sys = { version = "0.34", features = ["binstart"] } mipidsi = "0.5.0" display-interface-spi = "0.4.1" embedded-graphics = "0.7.1" - -[patch.crates-io] -embuild ={ git = "https://github.com/esp-rs/embuild"} -esp-idf-sys ={ git = "https://github.com/esp-rs/esp-idf-sys"} \ No newline at end of file