Fix "can't find crate for std" for stm32-metapac-gen deps.
This commit is contained in:
@ -47,6 +47,12 @@ members = [
|
||||
#"examples/std",
|
||||
]
|
||||
|
||||
exclude = [
|
||||
# This is only built as a build-dependency, for the host. It shouldn't
|
||||
# get built for the target.
|
||||
"stm32-metapac-gen"
|
||||
]
|
||||
|
||||
[profile.dev]
|
||||
codegen-units = 1
|
||||
debug = 2
|
||||
|
Reference in New Issue
Block a user