diff options
| author | Hiroaki Yutani <[email protected]> | 2025-05-06 12:11:03 +0900 |
|---|---|---|
| committer | Hiroaki Yutani <[email protected]> | 2025-05-06 12:11:03 +0900 |
| commit | 103cda49912af6cc524324d28f57e91c05da6741 (patch) | |
| tree | f59bf5c5674d8d0be2726970185188977157b8ba /examples/rp235x | |
| parent | 0460a924ac06a7dd33b4e50396948ba9bcb5374e (diff) | |
Add a temporary tweak
Diffstat (limited to 'examples/rp235x')
| -rw-r--r-- | examples/rp235x/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/rp235x/Cargo.toml b/examples/rp235x/Cargo.toml index 345a915af..99091ee90 100644 --- a/examples/rp235x/Cargo.toml +++ b/examples/rp235x/Cargo.toml | |||
| @@ -64,3 +64,6 @@ debug = 2 | |||
| 64 | [profile.dev] | 64 | [profile.dev] |
| 65 | lto = true | 65 | lto = true |
| 66 | opt-level = "z" | 66 | opt-level = "z" |
| 67 | |||
| 68 | [patch.crates-io] | ||
| 69 | cortex-m-rt = { git = "https://github.com/yutannihilation/cortex-m", branch = "fix/allow-unsafe-wrap-rust2024" } | ||
