Disable auto-gpr-with for cortex_m crate (#152)

This commit is contained in:
Fabien Chouteau
2020-09-24 17:52:13 +02:00
committed by GitHub
parent 68c61fceca
commit a9f06bbe5b
+2
View File
@@ -8,6 +8,8 @@ maintainers-logins = ["Fabien-Chouteau"]
project-files = ["cortex_m0.gpr", "cortex_m4.gpr", "cortex_m4f.gpr", "cortex_m7.gpr"]
tags = ["embedded", "arm", "nostd"]
auto-gpr-with=false # User has to select only one project file
[[depends-on]]
hal = "^0.1.0"