aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHiroaki Yutani <[email protected]>2025-05-06 12:17:46 +0900
committerHiroaki Yutani <[email protected]>2025-05-06 12:17:46 +0900
commitb1d37cbf22cedc926eb9f61a39ec02715530f63e (patch)
tree98a449e20085658ed7395aef172a6d894c465cc9 /tests
parent326c88c9662c1351eb5b8f5337268a8a22f114e8 (diff)
Try another tweak
Diffstat (limited to 'tests')
-rw-r--r--tests/rp/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/rp/Cargo.toml b/tests/rp/Cargo.toml
index 1335aa84b..ed3a880a0 100644
--- a/tests/rp/Cargo.toml
+++ b/tests/rp/Cargo.toml
@@ -93,3 +93,6 @@ debug = false
93debug-assertions = false 93debug-assertions = false
94opt-level = 0 94opt-level = 0
95overflow-checks = false 95overflow-checks = false
96
97[patch.crates-io]
98cortex-m-rt = { git = "https://github.com/yutannihilation/cortex-m", branch = "fix/allow-unsafe-wrap-rust2024" }