Add a temporary tweak

This commit is contained in:
Hiroaki Yutani 2025-05-06 12:11:03 +09:00
parent 0460a924ac
commit 103cda4991
2 changed files with 6 additions and 0 deletions

View File

@ -67,3 +67,6 @@ opt-level = 'z'
debug = 2
lto = true
opt-level = "z"
[patch.crates-io]
cortex-m-rt = { git = "https://github.com/yutannihilation/cortex-m", branch = "fix/allow-unsafe-wrap-rust2024" }

View File

@ -64,3 +64,6 @@ debug = 2
[profile.dev]
lto = true
opt-level = "z"
[patch.crates-io]
cortex-m-rt = { git = "https://github.com/yutannihilation/cortex-m", branch = "fix/allow-unsafe-wrap-rust2024" }