Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jan 2, 2025
1 parent 61207af commit fdd6e09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ 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.36.0] - 2025-01-02

### Deprecated

### Breaking
- Updated the `embuild` dependency

### Added
- Compatibility with ESP-IDF v5.3.X
- Add raw bindings for `sdio_slave.h` for all targets that support it and add `onewire_bus.h` (#322)
- Add raw bindings for `onewire_device.h`
- Add raw bindings for `esp_netif_ppp.h`
Expand Down
7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp-idf-sys"
version = "0.35.0"
version = "0.36.0"
authors = ["Alexey Arbuzov <[email protected]>", "sapir <[email protected]>", "Ivan Markov <[email protected]>", "Dominik Gschwind <[email protected]>"]
edition = "2021"
resolver = "2"
Expand All @@ -15,9 +15,6 @@ build = "build/build.rs"
documentation = "https://docs.esp-rs.org/esp-idf-sys/"
rust-version = "1.66"

[patch.crates-io]
embuild = { git = "https://github.com/esp-rs/embuild" }

[lib]
harness = false

Expand All @@ -38,7 +35,7 @@ build-time = "0.1" # For esp_app_desc!()
const_format = "0.2" # For esp_app_desc!()

[build-dependencies]
embuild = { version = "0.32", features = ["glob", "kconfig", "cmake", "espidf"] }
embuild = { version = "0.33", features = ["glob", "kconfig", "cmake", "espidf"] }
anyhow = "1"
regex = "1.5"
cmake = "0.1.52"
Expand Down

0 comments on commit fdd6e09

Please sign in to comment.