aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroaki Yutani <[email protected]>2025-05-06 12:13:53 +0900
committerHiroaki Yutani <[email protected]>2025-05-06 12:13:53 +0900
commit326c88c9662c1351eb5b8f5337268a8a22f114e8 (patch)
tree8613c3e121c3040e8fcf0d2a6dcb540e0a17f562
parent103cda49912af6cc524324d28f57e91c05da6741 (diff)
One more tweak
-rw-r--r--embassy-rp/Cargo.toml3
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]
175embassy-executor = { version = "0.7.0", path = "../embassy-executor", features = ["arch-std", "executor-thread"] } 175embassy-executor = { version = "0.7.0", path = "../embassy-executor", features = ["arch-std", "executor-thread"] }
176static_cell = { version = "2" } 176static_cell = { version = "2" }
177
178[patch.crates-io]
179cortex-m-rt = { git = "https://github.com/yutannihilation/cortex-m", branch = "fix/allow-unsafe-wrap-rust2024" }