diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-01-13 00:53:28 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-01-13 00:53:28 +0000 |
| commit | 02e8c111f49646273b8129864e3bcefaffdae1f0 (patch) | |
| tree | b5ac9a31c4f4dfcdc5351a1d2b18a542e552fb94 | |
| parent | 131ef00658903420fb08e4666c01d93c3b5fd943 (diff) | |
| parent | 850fe7251afd61aca188d08cf15841a6c6a5d3a7 (diff) | |
Merge pull request #2443 from 9names/cyw43_version
Add cyw43 package versions to examples/rp/Cargo.toml
| -rw-r--r-- | examples/rp/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml index a3714289f..e1092dba4 100644 --- a/examples/rp/Cargo.toml +++ b/examples/rp/Cargo.toml | |||
| @@ -16,8 +16,8 @@ embassy-net = { version = "0.4.0", path = "../../embassy-net", features = ["defm | |||
| 16 | embassy-net-wiznet = { version = "0.1.0", path = "../../embassy-net-wiznet", features = ["defmt"] } | 16 | embassy-net-wiznet = { version = "0.1.0", path = "../../embassy-net-wiznet", features = ["defmt"] } |
| 17 | embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } | 17 | embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } |
| 18 | embassy-usb-logger = { version = "0.1.0", path = "../../embassy-usb-logger" } | 18 | embassy-usb-logger = { version = "0.1.0", path = "../../embassy-usb-logger" } |
| 19 | cyw43 = { path = "../../cyw43", features = ["defmt", "firmware-logs"] } | 19 | cyw43 = { version = "0.1.0", path = "../../cyw43", features = ["defmt", "firmware-logs"] } |
| 20 | cyw43-pio = { path = "../../cyw43-pio", features = ["defmt", "overclock"] } | 20 | cyw43-pio = { version = "0.1.0", path = "../../cyw43-pio", features = ["defmt", "overclock"] } |
| 21 | 21 | ||
| 22 | defmt = "0.3" | 22 | defmt = "0.3" |
| 23 | defmt-rtt = "0.4" | 23 | defmt-rtt = "0.4" |
