aboutsummaryrefslogtreecommitdiff
path: root/cyw43
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-27 10:03:13 +0200
committerGitHub <[email protected]>2025-08-27 10:03:13 +0200
commitde095d27fe1735f72a8c71c03e60fc7adadb861d (patch)
tree050261898de4b5efbda23dd7dabdc3612bb63cf6 /cyw43
parente28d503a53c58185038b336332a7d0b2a748f908 (diff)
parent3e8d8fec15286eb25b8bba7d103c8fc279544551 (diff)
Merge pull request #4593 from embassy-rs/prepare-release-4
chore: prepare embassy crate releases
Diffstat (limited to 'cyw43')
-rw-r--r--cyw43/CHANGELOG.md2
-rw-r--r--cyw43/Cargo.toml10
2 files changed, 7 insertions, 5 deletions
diff --git a/cyw43/CHANGELOG.md b/cyw43/CHANGELOG.md
index 7de0073b6..2f54d6988 100644
--- a/cyw43/CHANGELOG.md
+++ b/cyw43/CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8<!-- next-header --> 8<!-- next-header -->
9## Unreleased - ReleaseDate 9## Unreleased - ReleaseDate
10 10
11## 0.4.1 - 2025-08-26
12
11- bump bt-hci to 0.4.0 13- bump bt-hci to 0.4.0
12 14
13## 0.4.0 - 2025-07-15 15## 0.4.0 - 2025-07-15
diff --git a/cyw43/Cargo.toml b/cyw43/Cargo.toml
index 74660b1d9..aa054a41d 100644
--- a/cyw43/Cargo.toml
+++ b/cyw43/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "cyw43" 2name = "cyw43"
3version = "0.4.0" 3version = "0.4.1"
4edition = "2021" 4edition = "2021"
5description = "Rust driver for the CYW43439 WiFi chip, used in the Raspberry Pi Pico W." 5description = "Rust driver for the CYW43439 WiFi chip, used in the Raspberry Pi Pico W."
6keywords = ["embedded", "cyw43", "embassy-net", "embedded-hal-async", "wifi"] 6keywords = ["embedded", "cyw43", "embassy-net", "embedded-hal-async", "wifi"]
@@ -18,10 +18,10 @@ bluetooth = ["dep:bt-hci", "dep:embedded-io-async"]
18firmware-logs = [] 18firmware-logs = []
19 19
20[dependencies] 20[dependencies]
21embassy-time = { version = "0.4.0", path = "../embassy-time"} 21embassy-time = { version = "0.5.0", path = "../embassy-time"}
22embassy-sync = { version = "0.7.1", path = "../embassy-sync"} 22embassy-sync = { version = "0.7.2", path = "../embassy-sync"}
23embassy-futures = { version = "0.1.0", path = "../embassy-futures"} 23embassy-futures = { version = "0.1.2", path = "../embassy-futures"}
24embassy-net-driver-channel = { version = "0.3.1", path = "../embassy-net-driver-channel"} 24embassy-net-driver-channel = { version = "0.3.2", path = "../embassy-net-driver-channel"}
25 25
26defmt = { version = "1.0.1", optional = true } 26defmt = { version = "1.0.1", optional = true }
27log = { version = "0.4.17", optional = true } 27log = { version = "0.4.17", optional = true }