From 895781d0d1c0a65926af26bcd84f9dadf46b8099 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Kr=C3=B6ger?= Date: Thu, 29 Jul 2021 18:14:01 +0200 Subject: [PATCH] stm32l4: Fix examples crate name --- examples/stm32l4/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/stm32l4/Cargo.toml b/examples/stm32l4/Cargo.toml index ce461829..8c620767 100644 --- a/examples/stm32l4/Cargo.toml +++ b/examples/stm32l4/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Dario Nieuwenhuis "] edition = "2018" -name = "embassy-stm32f4-examples" +name = "embassy-stm32l4-examples" version = "0.1.0" resolver = "2"