aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/rp/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/rp/Cargo.toml b/tests/rp/Cargo.toml
index ed3a880a0..1335aa84b 100644
--- a/tests/rp/Cargo.toml
+++ b/tests/rp/Cargo.toml
@@ -93,6 +93,3 @@ 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" }