diff options
| author | Hiroaki Yutani <[email protected]> | 2025-05-06 12:13:53 +0900 |
|---|---|---|
| committer | Hiroaki Yutani <[email protected]> | 2025-05-06 12:13:53 +0900 |
| commit | 326c88c9662c1351eb5b8f5337268a8a22f114e8 (patch) | |
| tree | 8613c3e121c3040e8fcf0d2a6dcb540e0a17f562 | |
| parent | 103cda49912af6cc524324d28f57e91c05da6741 (diff) | |
One more tweak
| -rw-r--r-- | embassy-rp/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/embassy-rp/Cargo.toml b/embassy-rp/Cargo.toml index a073c8b9e..e8091a2a5 100644 --- a/embassy-rp/Cargo.toml +++ b/embassy-rp/Cargo.toml | |||
| @@ -174,3 +174,6 @@ smart-leds = "0.4.0" | |||
| 174 | [dev-dependencies] | 174 | [dev-dependencies] |
| 175 | embassy-executor = { version = "0.7.0", path = "../embassy-executor", features = ["arch-std", "executor-thread"] } | 175 | embassy-executor = { version = "0.7.0", path = "../embassy-executor", features = ["arch-std", "executor-thread"] } |
| 176 | static_cell = { version = "2" } | 176 | static_cell = { version = "2" } |
| 177 | |||
| 178 | [patch.crates-io] | ||
| 179 | cortex-m-rt = { git = "https://github.com/yutannihilation/cortex-m", branch = "fix/allow-unsafe-wrap-rust2024" } | ||
