diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-05-08 20:27:21 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-05-08 21:53:03 +0200 |
| commit | d3d424dad348c78222a6d962e2d51b56b485807d (patch) | |
| tree | 3568a8e9e5edfeb332c344a67f2dfffdbcedf8c7 /cyw43-pio | |
| parent | 008b1fd30c945fdfb36d95dcfc38ffa9cbcf2cf1 (diff) | |
remove comment.
Diffstat (limited to 'cyw43-pio')
| -rw-r--r-- | cyw43-pio/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cyw43-pio/Cargo.toml b/cyw43-pio/Cargo.toml index c5632d5fd..8272903c3 100644 --- a/cyw43-pio/Cargo.toml +++ b/cyw43-pio/Cargo.toml | |||
| @@ -3,8 +3,6 @@ name = "cyw43-pio" | |||
| 3 | version = "0.1.0" | 3 | version = "0.1.0" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | 5 | ||
| 6 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
| 7 | |||
| 8 | [dependencies] | 6 | [dependencies] |
| 9 | cyw43 = { path = "../" } | 7 | cyw43 = { path = "../" } |
| 10 | embassy-rp = { version = "0.1.0", features = ["unstable-traits", "nightly", "unstable-pac", "time-driver"] } | 8 | embassy-rp = { version = "0.1.0", features = ["unstable-traits", "nightly", "unstable-pac", "time-driver"] } |
