Try another tweak

This commit is contained in:
Hiroaki Yutani 2025-05-06 12:17:46 +09:00
parent 326c88c966
commit b1d37cbf22

View File

@ -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" }