summaryrefslogtreecommitdiff
path: root/examples/stm32wb/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32wb/Cargo.toml')
-rw-r--r--examples/stm32wb/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/stm32wb/Cargo.toml b/examples/stm32wb/Cargo.toml
index 1e23182f..3e096a64 100644
--- a/examples/stm32wb/Cargo.toml
+++ b/examples/stm32wb/Cargo.toml
@@ -1,9 +1,8 @@
[package]
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
-edition = "2018"
+edition = "2021"
name = "embassy-stm32wb-examples"
version = "0.1.0"
-resolver = "2"
[dependencies]
embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt", "defmt-timestamp-uptime", "time-tick-32768hz"] }