aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-04-11 10:08:58 +0000
committerGitHub <[email protected]>2023-04-11 10:08:58 +0000
commitb150b9506b2f0502065dc1b22eccc6448f611bff (patch)
treebc87921cda940689d5b4c4b31a0f792ea3c308cc
parent636a3d05c2ac129e2fa85cf6e7fb5afff2d8126b (diff)
parentab6179fb07f2655f96c0fd58aeaf09268fe60ef3 (diff)
Merge #1350
1350: Fix duplicate package name `embassy-stm32h7-examples` r=lulf a=sgoll This uses the correct package name for the `stm32h5` example. Fixes #1349 Co-authored-by: Sebastian Goll <[email protected]>
-rw-r--r--examples/stm32h5/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32h5/Cargo.toml b/examples/stm32h5/Cargo.toml
index f240c3896..b77d376ca 100644
--- a/examples/stm32h5/Cargo.toml
+++ b/examples/stm32h5/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2edition = "2021" 2edition = "2021"
3name = "embassy-stm32h7-examples" 3name = "embassy-stm32h5-examples"
4version = "0.1.0" 4version = "0.1.0"
5license = "MIT OR Apache-2.0" 5license = "MIT OR Apache-2.0"
6 6