Skip to content

Commit 8b00d96

Browse files
authored
Switch to the latest version of the esp-idf-sys crate (#115)
1 parent 41b89d2 commit 8b00d96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ futures-lite = "1"
3636
env_logger = "0.11"
3737

3838
[target.'cfg(target_os = "espidf")'.dependencies]
39-
esp-idf-svc = "0.51"
39+
esp-idf-svc = "0.52"
4040

4141
[build-dependencies]
4242
embuild = { version = "0.33", features = ["espidf"] }

mbedtls-rs-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ crypto-bigint = { version = "0.5.3", default-features = false, features = ["extr
5252
# ESP-IDF: The mbedtls lib distributed with ESP-IDF is used
5353
# All other platforms: mbedtls libs and bindings are created on the fly
5454
[target.'cfg(target_os = "espidf")'.dependencies]
55-
esp-idf-sys = { version = "0.36", default-features = false }
55+
esp-idf-sys = { version = "0.37", default-features = false }
5656

5757
[build-dependencies]
5858
anyhow = "1"

0 commit comments

Comments
 (0)