diff options
| -rw-r--r-- | tests/rp/Cargo.toml | 3 |
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 | |||
| 93 | debug-assertions = false | 93 | debug-assertions = false |
| 94 | opt-level = 0 | 94 | opt-level = 0 |
| 95 | overflow-checks = false | 95 | overflow-checks = false |
| 96 | |||
| 97 | [patch.crates-io] | ||
| 98 | cortex-m-rt = { git = "https://github.com/yutannihilation/cortex-m", branch = "fix/allow-unsafe-wrap-rust2024" } | ||
