diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2023-04-11 10:08:58 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-11 10:08:58 +0000 |
| commit | b150b9506b2f0502065dc1b22eccc6448f611bff (patch) | |
| tree | bc87921cda940689d5b4c4b31a0f792ea3c308cc | |
| parent | 636a3d05c2ac129e2fa85cf6e7fb5afff2d8126b (diff) | |
| parent | ab6179fb07f2655f96c0fd58aeaf09268fe60ef3 (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.toml | 2 |
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] |
| 2 | edition = "2021" | 2 | edition = "2021" |
| 3 | name = "embassy-stm32h7-examples" | 3 | name = "embassy-stm32h5-examples" |
| 4 | version = "0.1.0" | 4 | version = "0.1.0" |
| 5 | license = "MIT OR Apache-2.0" | 5 | license = "MIT OR Apache-2.0" |
| 6 | 6 | ||
