From b1d37cbf22cedc926eb9f61a39ec02715530f63e Mon Sep 17 00:00:00 2001 From: Hiroaki Yutani Date: Tue, 6 May 2025 12:17:46 +0900 Subject: [PATCH] Try another tweak --- tests/rp/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) 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 debug-assertions = false opt-level = 0 overflow-checks = false + +[patch.crates-io] +cortex-m-rt = { git = "https://github.com/yutannihilation/cortex-m", branch = "fix/allow-unsafe-wrap-rust2024" }