diff options
Diffstat (limited to 'examples/stm32l1')
| -rw-r--r-- | examples/stm32l1/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/stm32l1/Cargo.toml b/examples/stm32l1/Cargo.toml index 80e6f3906..63516b920 100644 --- a/examples/stm32l1/Cargo.toml +++ b/examples/stm32l1/Cargo.toml | |||
| @@ -1,9 +1,8 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | authors = ["Dario Nieuwenhuis <[email protected]>", "Ulf Lilleengen <[email protected]>"] | 2 | authors = ["Dario Nieuwenhuis <[email protected]>", "Ulf Lilleengen <[email protected]>"] |
| 3 | edition = "2018" | 3 | edition = "2021" |
| 4 | name = "embassy-stm32l1-examples" | 4 | name = "embassy-stm32l1-examples" |
| 5 | version = "0.1.0" | 5 | version = "0.1.0" |
| 6 | resolver = "2" | ||
| 7 | 6 | ||
| 8 | [dependencies] | 7 | [dependencies] |
| 9 | embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt", "defmt-timestamp-uptime", "time-tick-32768hz"] } | 8 | embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt", "defmt-timestamp-uptime", "time-tick-32768hz"] } |
