diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-05-30 23:22:34 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-05-30 23:26:29 +0200 |
| commit | 3f35a8876ee65d030e32ab2444bc0abb29d88382 (patch) | |
| tree | 2b456e04f83b22cad28632034680e0227292a7f8 /cyw43-pio | |
| parent | b3bbe5eb2d0f7ec6c8cae6e0486cb46a433fe11a (diff) | |
cyw43: adapt build to main embassy repo.
Diffstat (limited to 'cyw43-pio')
| -rw-r--r-- | cyw43-pio/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cyw43-pio/Cargo.toml b/cyw43-pio/Cargo.toml index a7af2c8e2..6e9e784a0 100644 --- a/cyw43-pio/Cargo.toml +++ b/cyw43-pio/Cargo.toml | |||
| @@ -9,9 +9,9 @@ edition = "2021" | |||
| 9 | overclock = [] | 9 | overclock = [] |
| 10 | 10 | ||
| 11 | [dependencies] | 11 | [dependencies] |
| 12 | cyw43 = { path = "../cyw43" } | 12 | cyw43 = { version = "0.1.0", path = "../cyw43" } |
| 13 | embassy-rp = { version = "0.1.0", features = ["unstable-traits", "nightly", "unstable-pac", "time-driver"] } | 13 | embassy-rp = { version = "0.1.0", path = "../embassy-rp" } |
| 14 | pio-proc = "0.2" | 14 | pio-proc = "0.2" |
| 15 | pio = "0.2.1" | 15 | pio = "0.2.1" |
| 16 | fixed = "1.23.1" | 16 | fixed = "1.23.1" |
| 17 | defmt = { version = "0.3", optional = true } \ No newline at end of file | 17 | defmt = { version = "0.3", optional = true } |
