summaryrefslogtreecommitdiff
path: root/examples/stm32l5/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2022-06-18 02:15:48 +0200
committerGitHub <noreply@github.com>2022-06-18 02:15:48 +0200
commit88e36a70bdddaa3ac2ddccd1dcd299b321f8c86c (patch)
treeda94576d2dc07d8c97f59b6e32aa2f165289be83 /examples/stm32l5/Cargo.toml
parentb585d547124b9a1e70b0933c11228c065684997d (diff)
downloadembassy-88e36a70bdddaa3ac2ddccd1dcd299b321f8c86c.zip
Update to 2021 edition. (#820)
Diffstat (limited to 'examples/stm32l5/Cargo.toml')
-rw-r--r--examples/stm32l5/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/stm32l5/Cargo.toml b/examples/stm32l5/Cargo.toml
index 7f60e26d..b6d3848d 100644
--- a/examples/stm32l5/Cargo.toml
+++ b/examples/stm32l5/Cargo.toml
@@ -1,9 +1,8 @@
[package]
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
-edition = "2018"
+edition = "2021"
name = "embassy-stm32l5-examples"
version = "0.1.0"
-resolver = "2"
[features]