diff options
| author | Sebastian Goll <[email protected]> | 2023-04-11 12:03:08 +0200 |
|---|---|---|
| committer | Sebastian Goll <[email protected]> | 2023-04-11 12:03:08 +0200 |
| commit | ab6179fb07f2655f96c0fd58aeaf09268fe60ef3 (patch) | |
| tree | bc87921cda940689d5b4c4b31a0f792ea3c308cc | |
| parent | 636a3d05c2ac129e2fa85cf6e7fb5afff2d8126b (diff) | |
Fix duplicate package name
| -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 | ||
