mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-28 04:40:39 +00:00
Add a temporary tweak
This commit is contained in:
parent
0460a924ac
commit
103cda4991
@ -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" }
|
||||
|
@ -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" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user