Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jun 23, 2024
1 parent 35f29fb commit 470a36f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
10 changes: 3 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp-idf-hal"
version = "0.43.1"
version = "0.44.0"
authors = ["sapir <yasapir@gmail.com>", "Ivan Markov <ivan.markov@gmail.com>"]
edition = "2021"
resolver = "2"
Expand Down Expand Up @@ -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 }
Expand All @@ -54,15 +54,11 @@ 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"
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"}

0 comments on commit 470a36f

Please sign in to comment.