mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-10-02 14:44:32 +00:00
Add a temporary tweak
This commit is contained in:
parent
0460a924ac
commit
103cda4991
@ -67,3 +67,6 @@ opt-level = 'z'
|
|||||||
debug = 2
|
debug = 2
|
||||||
lto = true
|
lto = true
|
||||||
opt-level = "z"
|
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]
|
[profile.dev]
|
||||||
lto = true
|
lto = true
|
||||||
opt-level = "z"
|
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