diff options
| author | Pawel Rawski <[email protected]> | 2024-01-04 21:25:55 +0100 |
|---|---|---|
| committer | Pawel Rawski <[email protected]> | 2024-01-04 21:25:55 +0100 |
| commit | c80781078c58b76f82df508f5d65e22aab72ce05 (patch) | |
| tree | fd48d446e1555f4c0016bbdf0d0ff7167717f88a | |
| parent | 51de518bd3edf15ffc76a55b6d003a633556ae56 (diff) | |
Fix an error in compiling examples for rp2040
| -rw-r--r-- | embassy-rp/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-rp/Cargo.toml b/embassy-rp/Cargo.toml index 669d79f40..4942ca507 100644 --- a/embassy-rp/Cargo.toml +++ b/embassy-rp/Cargo.toml | |||
| @@ -82,7 +82,7 @@ cortex-m = "0.7.6" | |||
| 82 | critical-section = "1.1" | 82 | critical-section = "1.1" |
| 83 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } | 83 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } |
| 84 | chrono = { version = "0.4", default-features = false, optional = true } | 84 | chrono = { version = "0.4", default-features = false, optional = true } |
| 85 | embedded-io = { version = "0.6.0" } | 85 | embedded-io = { version = "0.6.1" } |
| 86 | embedded-io-async = { version = "0.6.1" } | 86 | embedded-io-async = { version = "0.6.1" } |
| 87 | embedded-storage = { version = "0.3" } | 87 | embedded-storage = { version = "0.3" } |
| 88 | embedded-storage-async = { version = "0.4.1" } | 88 | embedded-storage-async = { version = "0.4.1" } |
