Skip to content

Commit 328caff

Browse files
authored
Prepare to release 0.8.0 (#492)
1 parent 09818dc commit 328caff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

esp-wifi-sys/Cargo.toml

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

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

1717
[build-dependencies]
1818
anyhow = "1.0.95"

0 commit comments

Comments
 (0)