diff options
| author | Dániel Buga <[email protected]> | 2024-12-18 15:42:24 +0100 |
|---|---|---|
| committer | Dániel Buga <[email protected]> | 2024-12-22 20:27:15 +0100 |
| commit | 9a238e6ad8aedf29b5f5af7308c7f5f50061242c (patch) | |
| tree | 6eae6df23256a7da16704275e51929fd238c7119 /cyw43 | |
| parent | 8b3cbf80a4d69bc61b300b0e8da9030d2a56f40b (diff) | |
Prepare new embassy-time-*driver, embassy-executor, embassy-time
Diffstat (limited to 'cyw43')
| -rw-r--r-- | cyw43/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cyw43/Cargo.toml b/cyw43/Cargo.toml index 7c0260868..334e1f75e 100644 --- a/cyw43/Cargo.toml +++ b/cyw43/Cargo.toml | |||
| @@ -18,7 +18,7 @@ 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.3.2", path = "../embassy-time"} | 21 | embassy-time = { version = "0.4.0", path = "../embassy-time"} |
| 22 | embassy-sync = { version = "0.6.1", path = "../embassy-sync"} | 22 | embassy-sync = { version = "0.6.1", path = "../embassy-sync"} |
| 23 | embassy-futures = { version = "0.1.0", path = "../embassy-futures"} | 23 | embassy-futures = { version = "0.1.0", path = "../embassy-futures"} |
| 24 | embassy-net-driver-channel = { version = "0.3.0", path = "../embassy-net-driver-channel"} | 24 | embassy-net-driver-channel = { version = "0.3.0", path = "../embassy-net-driver-channel"} |
