From 2bdbabf47e1f80a8d7ab05b22fa1a9acfeeb036a Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 26 Jan 2023 00:52:24 +0100 Subject: [PATCH] exclude stm32f3 example from workspace --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8301c31..c9d35a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,5 +4,8 @@ members = [ "satrs-core", "satrs-mib", "satrs-example", +] + +exclude = [ "satrs-example-stm32f3-disco", ]