diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-06-18 02:15:48 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-18 02:15:48 +0200 |
| commit | 88e36a70bdddaa3ac2ddccd1dcd299b321f8c86c (patch) | |
| tree | da94576d2dc07d8c97f59b6e32aa2f165289be83 /examples/stm32wl | |
| parent | b585d547124b9a1e70b0933c11228c065684997d (diff) | |
Update to 2021 edition. (#820)
Diffstat (limited to 'examples/stm32wl')
| -rw-r--r-- | examples/stm32wl/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/stm32wl/Cargo.toml b/examples/stm32wl/Cargo.toml index b635cb178..68f5f137d 100644 --- a/examples/stm32wl/Cargo.toml +++ b/examples/stm32wl/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-stm32wl-examples" | 4 | name = "embassy-stm32wl-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"] } |
