diff options
| author | kalkyl <[email protected]> | 2023-04-27 19:37:19 +0200 |
|---|---|---|
| committer | kalkyl <[email protected]> | 2023-04-27 19:37:19 +0200 |
| commit | 4d551a586589b9fd8b5f92d2f98b90be4144154e (patch) | |
| tree | a2c3fa2c33d7d59905ad06c9600dc8399b8f73ce /cyw43-pio | |
| parent | 0c8e5f92c7ebe6fd148a986baaaa6ac746d939c2 (diff) | |
Update embassy
Diffstat (limited to 'cyw43-pio')
| -rw-r--r-- | cyw43-pio/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cyw43-pio/Cargo.toml b/cyw43-pio/Cargo.toml index 2fc6b7591..4ca227d3d 100644 --- a/cyw43-pio/Cargo.toml +++ b/cyw43-pio/Cargo.toml | |||
| @@ -7,7 +7,7 @@ edition = "2021" | |||
| 7 | 7 | ||
| 8 | [dependencies] | 8 | [dependencies] |
| 9 | cyw43 = { path = "../" } | 9 | cyw43 = { path = "../" } |
| 10 | embassy-rp = { version = "0.1.0", features = ["defmt", "unstable-traits", "nightly", "unstable-pac", "time-driver", "pio"] } | 10 | embassy-rp = { version = "0.1.0", features = ["defmt", "unstable-traits", "nightly", "unstable-pac", "time-driver"] } |
| 11 | pio-proc = "0.2" | 11 | pio-proc = "0.2" |
| 12 | pio = "0.2.1" | 12 | pio = "0.2.1" |
| 13 | defmt = "0.3" \ No newline at end of file | 13 | defmt = "0.3" \ No newline at end of file |
