From e496e29e0919a1bda870135f4d7067bc46d7e16d Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Sun, 17 Mar 2019 14:22:25 +0100 Subject: [PATCH] Rename the crate (and bin) to stm32f4disc-demo Do this to make explicit it works just for the STM32F4DISCOVERY board. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 710c6f0..337ea69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "stm32f4-demo" +name = "stm32f4disc-demo" version = "0.1.0" authors = ["Paul van Tilburg "] edition = "2018" @@ -22,7 +22,7 @@ version = "0.3.0" features = ["rt", "stm32f407"] [[bin]] -name = "stm32f4-demo" +name = "stm32f4disc-demo" test = false bench = false