From bcc2c403126d8533cf07292222ae0d7442f4fd71 Mon Sep 17 00:00:00 2001 From: Scott Mabin Date: Thu, 22 Nov 2018 00:48:58 +0000 Subject: [PATCH] Examples features not working, use to build examples instead --- Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9a36bd0f..c09cc88e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,11 +53,6 @@ panic-semihosting = "0.5.0" cortex-m-semihosting = "0.3.1" cortex-m-rt = "0.6.5" -[dev-dependencies.stm32l4xx-hal] -version = "*" -path = "." -features = ["rt", "stm32l4x2"] - [profile.dev] incremental = false codegen-units = 1