aboutsummaryrefslogtreecommitdiff
path: root/cyw43-pio/Cargo.toml
diff options
context:
space:
mode:
authorkalkyl <[email protected]>2023-04-27 19:37:19 +0200
committerkalkyl <[email protected]>2023-04-27 19:37:19 +0200
commit4d551a586589b9fd8b5f92d2f98b90be4144154e (patch)
treea2c3fa2c33d7d59905ad06c9600dc8399b8f73ce /cyw43-pio/Cargo.toml
parent0c8e5f92c7ebe6fd148a986baaaa6ac746d939c2 (diff)
Update embassy
Diffstat (limited to 'cyw43-pio/Cargo.toml')
-rw-r--r--cyw43-pio/Cargo.toml2
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]
9cyw43 = { path = "../" } 9cyw43 = { path = "../" }
10embassy-rp = { version = "0.1.0", features = ["defmt", "unstable-traits", "nightly", "unstable-pac", "time-driver", "pio"] } 10embassy-rp = { version = "0.1.0", features = ["defmt", "unstable-traits", "nightly", "unstable-pac", "time-driver"] }
11pio-proc = "0.2" 11pio-proc = "0.2"
12pio = "0.2.1" 12pio = "0.2.1"
13defmt = "0.3" \ No newline at end of file 13defmt = "0.3" \ No newline at end of file