diff options
| author | Ulf Lilleengen <[email protected]> | 2025-08-27 08:44:05 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-08-27 08:44:05 +0200 |
| commit | 3e8d8fec15286eb25b8bba7d103c8fc279544551 (patch) | |
| tree | f0cf1063d75510d6eb4b53b24f61c22828ac629c /tests/rp | |
| parent | 2454b3cc7e450e28a3d354a1940c4913828a27e9 (diff) | |
fix: update more minor versions
Diffstat (limited to 'tests/rp')
| -rw-r--r-- | tests/rp/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rp/Cargo.toml b/tests/rp/Cargo.toml index 5afb0d110..809346bed 100644 --- a/tests/rp/Cargo.toml +++ b/tests/rp/Cargo.toml | |||
| @@ -20,7 +20,7 @@ embassy-rp = { version = "0.8.0", path = "../../embassy-rp", features = [ "defmt | |||
| 20 | embassy-futures = { version = "0.1.2", path = "../../embassy-futures" } | 20 | embassy-futures = { version = "0.1.2", path = "../../embassy-futures" } |
| 21 | embassy-net = { version = "0.7.1", path = "../../embassy-net", features = ["defmt", "tcp", "udp", "dhcpv4", "medium-ethernet"] } | 21 | embassy-net = { version = "0.7.1", path = "../../embassy-net", features = ["defmt", "tcp", "udp", "dhcpv4", "medium-ethernet"] } |
| 22 | embassy-net-wiznet = { version = "0.2.1", path = "../../embassy-net-wiznet", features = ["defmt"] } | 22 | embassy-net-wiznet = { version = "0.2.1", path = "../../embassy-net-wiznet", features = ["defmt"] } |
| 23 | embassy-embedded-hal = { version = "0.4.1", path = "../../embassy-embedded-hal/"} | 23 | embassy-embedded-hal = { version = "0.5.0", path = "../../embassy-embedded-hal/"} |
| 24 | cyw43 = { path = "../../cyw43", features = ["defmt", "firmware-logs"] } | 24 | cyw43 = { path = "../../cyw43", features = ["defmt", "firmware-logs"] } |
| 25 | cyw43-pio = { path = "../../cyw43-pio", features = ["defmt"] } | 25 | cyw43-pio = { path = "../../cyw43-pio", features = ["defmt"] } |
| 26 | perf-client = { path = "../perf-client" } | 26 | perf-client = { path = "../perf-client" } |
