From ab6179fb07f2655f96c0fd58aeaf09268fe60ef3 Mon Sep 17 00:00:00 2001 From: Sebastian Goll Date: Tue, 11 Apr 2023 12:03:08 +0200 Subject: [PATCH] Fix duplicate package name --- examples/stm32h5/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/stm32h5/Cargo.toml b/examples/stm32h5/Cargo.toml index f240c389..b77d376c 100644 --- a/examples/stm32h5/Cargo.toml +++ b/examples/stm32h5/Cargo.toml @@ -1,6 +1,6 @@ [package] edition = "2021" -name = "embassy-stm32h7-examples" +name = "embassy-stm32h5-examples" version = "0.1.0" license = "MIT OR Apache-2.0"