Skip to content

Commit 99dd43f

Browse files
authored
New package release (#489)
1 parent 1b2d264 commit 99dd43f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

esp-wifi-sys/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "esp-wifi-sys"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition = "2021"
55
authors = ["The ESP-RS team"]
66
description = "Bindings to Espressif's WiFi and Bluetooth low-level drivers"
@@ -11,11 +11,11 @@ keywords = ["bluetooth", "esp", "no-std", "wifi"]
1111
categories = ["embedded", "hardware-support", "no-std"]
1212

1313
[dependencies]
14-
log = { version = "0.4.22", optional = true }
15-
defmt = { version = "0.3.8", optional = true }
14+
log = { version = "0.4.25", optional = true }
15+
defmt = { version = "0.3.10", optional = true }
1616

1717
[build-dependencies]
18-
anyhow = "1.0.93"
18+
anyhow = "1.0.95"
1919

2020
[features]
2121
default = []

0 commit comments

Comments
 (0)