diff options
| author | Scott Mabin <[email protected]> | 2023-12-04 13:03:30 +0000 |
|---|---|---|
| committer | Scott Mabin <[email protected]> | 2023-12-04 13:15:10 +0000 |
| commit | 334900752ab0462a78ac4f327c7141418d24ca1d (patch) | |
| tree | 6cbac9f68d1f40808b476136c02363e6fad47e63 /cyw43/Cargo.toml | |
| parent | c7d6ea3c78eec11473c7d34d181ff1d71056184d (diff) | |
update release version in examples and other crates
Diffstat (limited to 'cyw43/Cargo.toml')
| -rw-r--r-- | cyw43/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cyw43/Cargo.toml b/cyw43/Cargo.toml index 3e37a8cd1..293c00982 100644 --- a/cyw43/Cargo.toml +++ b/cyw43/Cargo.toml | |||
| @@ -11,8 +11,8 @@ log = ["dep:log"] | |||
| 11 | firmware-logs = [] | 11 | firmware-logs = [] |
| 12 | 12 | ||
| 13 | [dependencies] | 13 | [dependencies] |
| 14 | embassy-time = { version = "0.1.5", path = "../embassy-time"} | 14 | embassy-time = { version = "0.2", path = "../embassy-time"} |
| 15 | embassy-sync = { version = "0.4.0", path = "../embassy-sync"} | 15 | embassy-sync = { version = "0.5.0", path = "../embassy-sync"} |
| 16 | embassy-futures = { version = "0.1.0", path = "../embassy-futures"} | 16 | embassy-futures = { version = "0.1.0", path = "../embassy-futures"} |
| 17 | embassy-net-driver-channel = { version = "0.2.0", path = "../embassy-net-driver-channel"} | 17 | embassy-net-driver-channel = { version = "0.2.0", path = "../embassy-net-driver-channel"} |
| 18 | 18 | ||
