Skip to content

Commit 5f1db90

Browse files
committed
New release
1 parent 38c7ed0 commit 5f1db90

2 files changed

Lines changed: 5 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.52.0] - 2026-03-09
99

1010
### Breaking
1111
- Added custom server certificate to `http::client::Configuration`

Cargo.toml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "esp-idf-svc"
3-
version = "0.51.0"
3+
version = "0.52.0"
44
authors = ["Ivan Markov <ivan.markov@gmail.com>"]
55
edition = "2021"
66
resolver = "2"
@@ -15,11 +15,6 @@ build = "build.rs"
1515
documentation = "https://docs.esp-rs.org/esp-idf-svc/"
1616
rust-version = "1.82"
1717

18-
[patch.crates-io]
19-
esp-idf-sys = { git = "https://github.com/esp-rs/esp-idf-sys" }
20-
esp-idf-hal = { git = "https://github.com/esp-rs/esp-idf-hal" }
21-
embedded-svc = { git = "https://github.com/esp-rs/embedded-svc" }
22-
2318
[lib]
2419
harness = false
2520

@@ -55,8 +50,8 @@ enumset = { version = "1", default-features = false }
5550
log = { version = "0.4", default-features = false }
5651
uncased = { version = "0.9.7", default-features = false }
5752
embedded-hal-async = { version = "1", default-features = false }
58-
embedded-svc = { version = "0.28", default-features = false }
59-
esp-idf-hal = { version = "0.45", default-features = false }
53+
embedded-svc = { version = "0.29", default-features = false }
54+
esp-idf-hal = { version = "0.46", default-features = false }
6055
embassy-time-driver = { version = "0.2.1", optional = true, features = ["tick-hz-1_000_000"] }
6156
embassy-time-queue-utils = { version = "0.3", optional = true }
6257
embassy-futures = "0.1.2"
@@ -68,7 +63,7 @@ embuild = "0.33"
6863

6964
[dev-dependencies]
7065
anyhow = "1"
71-
esp-idf-sys = { version = "0.36", features = ["binstart"] }
66+
esp-idf-sys = { version = "0.37", features = ["binstart"] }
7267
futures = "0.3"
7368
serde = { version = "1", default-features = false, features = ["derive"] }
7469
serde_json = { version = "1", default-features = false, features = ["alloc"] }

0 commit comments

Comments
 (0)