diff options
author | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2022-06-18 02:15:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-18 02:15:48 +0200 |
commit | 88e36a70bdddaa3ac2ddccd1dcd299b321f8c86c (patch) | |
tree | da94576d2dc07d8c97f59b6e32aa2f165289be83 /examples/stm32f0 | |
parent | b585d547124b9a1e70b0933c11228c065684997d (diff) | |
download | embassy-88e36a70bdddaa3ac2ddccd1dcd299b321f8c86c.zip |
Update to 2021 edition. (#820)
Diffstat (limited to 'examples/stm32f0')
-rw-r--r-- | examples/stm32f0/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/stm32f0/Cargo.toml b/examples/stm32f0/Cargo.toml index 53358db9..8e0dad86 100644 --- a/examples/stm32f0/Cargo.toml +++ b/examples/stm32f0/Cargo.toml @@ -2,8 +2,7 @@ name = "embassy-stm32f0-examples" version = "0.1.0" authors = ["Thales Fragoso <thales.fragosoz@gmail.com>"] -edition = "2018" -resolver = "2" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |