Fix "can't find crate for std" for stm32-metapac-gen deps.
This commit is contained in:
@ -11,7 +11,7 @@ cortex-m-rt = { version = "0.6.8", optional = true }
|
||||
# BEGIN BUILD DEPENDENCIES
|
||||
# These are removed when generating the pre-generated crate using the tool at gen/.
|
||||
[build-dependencies]
|
||||
stm32-metapac-gen = { path = "./gen" }
|
||||
stm32-metapac-gen = { path = "../stm32-metapac-gen" }
|
||||
regex = "1.5.4"
|
||||
# END BUILD DEPENDENCIES
|
||||
|
||||
|
Reference in New Issue
Block a user