Fix "can't find crate for std" for stm32-metapac-gen deps.

This commit is contained in:
Dario Nieuwenhuis
2021-07-13 05:47:10 +02:00
parent 549ddf7fc8
commit 1d64421fb4
9 changed files with 34 additions and 28 deletions

View File

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