diff options
| author | Ulf Lilleengen <[email protected]> | 2025-08-26 16:04:00 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-08-26 16:05:09 +0200 |
| commit | 83f2557eacd657070a84a9baf2da6e3aff03b2b7 (patch) | |
| tree | 13ce7dc5787f05b4f5e087e891738ac5120112e3 /cyw43/Cargo.toml | |
| parent | b6a81d8bedeafa5166d0668c387ed65062777193 (diff) | |
chore: prepare embassy crate releases
Diffstat (limited to 'cyw43/Cargo.toml')
| -rw-r--r-- | cyw43/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
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] |
| 2 | name = "cyw43" | 2 | name = "cyw43" |
| 3 | version = "0.4.0" | 3 | version = "0.4.1" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | description = "Rust driver for the CYW43439 WiFi chip, used in the Raspberry Pi Pico W." | 5 | description = "Rust driver for the CYW43439 WiFi chip, used in the Raspberry Pi Pico W." |
| 6 | keywords = ["embedded", "cyw43", "embassy-net", "embedded-hal-async", "wifi"] | 6 | keywords = ["embedded", "cyw43", "embassy-net", "embedded-hal-async", "wifi"] |
| @@ -18,10 +18,10 @@ bluetooth = ["dep:bt-hci", "dep:embedded-io-async"] | |||
| 18 | firmware-logs = [] | 18 | firmware-logs = [] |
| 19 | 19 | ||
| 20 | [dependencies] | 20 | [dependencies] |
| 21 | embassy-time = { version = "0.4.0", path = "../embassy-time"} | 21 | embassy-time = { version = "0.5.0", path = "../embassy-time"} |
| 22 | embassy-sync = { version = "0.7.1", path = "../embassy-sync"} | 22 | embassy-sync = { version = "0.7.2", path = "../embassy-sync"} |
| 23 | embassy-futures = { version = "0.1.0", path = "../embassy-futures"} | 23 | embassy-futures = { version = "0.1.2", path = "../embassy-futures"} |
| 24 | embassy-net-driver-channel = { version = "0.3.1", path = "../embassy-net-driver-channel"} | 24 | embassy-net-driver-channel = { version = "0.3.2", path = "../embassy-net-driver-channel"} |
| 25 | 25 | ||
| 26 | defmt = { version = "1.0.1", optional = true } | 26 | defmt = { version = "1.0.1", optional = true } |
| 27 | log = { version = "0.4.17", optional = true } | 27 | log = { version = "0.4.17", optional = true } |
