From a9f06bbe5bef76b7b273721e896b24c1aa9f8f2d Mon Sep 17 00:00:00 2001 From: Fabien Chouteau Date: Thu, 24 Sep 2020 17:52:13 +0200 Subject: [PATCH] Disable auto-gpr-with for cortex_m crate (#152) --- index/co/cortex_m/cortex_m-0.1.0.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index/co/cortex_m/cortex_m-0.1.0.toml b/index/co/cortex_m/cortex_m-0.1.0.toml index 7335360f..8e376e2d 100644 --- a/index/co/cortex_m/cortex_m-0.1.0.toml +++ b/index/co/cortex_m/cortex_m-0.1.0.toml @@ -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"