diff options
| author | Hiroaki Yutani <[email protected]> | 2025-05-06 12:17:46 +0900 |
|---|---|---|
| committer | Hiroaki Yutani <[email protected]> | 2025-05-06 12:17:46 +0900 |
| commit | b1d37cbf22cedc926eb9f61a39ec02715530f63e (patch) | |
| tree | 98a449e20085658ed7395aef172a6d894c465cc9 /tests | |
| parent | 326c88c9662c1351eb5b8f5337268a8a22f114e8 (diff) | |
Try another tweak
Diffstat (limited to 'tests')
| -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" } | ||
