Update to 2021 edition. ()

This commit is contained in:
Dario Nieuwenhuis 2022-06-18 02:15:48 +02:00 committed by GitHub
parent b585d54712
commit 88e36a70bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
43 changed files with 51 additions and 72 deletions
examples/boot

View file

@ -1,6 +1,6 @@
[package]
authors = ["Ulf Lilleengen <lulf@redhat.com>"]
edition = "2018"
edition = "2021"
name = "embassy-boot-nrf-examples"
version = "0.1.0"

View file

@ -1,6 +1,6 @@
[package]
authors = ["Ulf Lilleengen <lulf@redhat.com>"]
edition = "2018"
edition = "2021"
name = "embassy-boot-stm32l0-examples"
version = "0.1.0"

View file

@ -1,6 +1,6 @@
[package]
authors = ["Ulf Lilleengen <lulf@redhat.com>"]
edition = "2018"
edition = "2021"
name = "embassy-boot-stm32l1-examples"
version = "0.1.0"

View file

@ -1,6 +1,6 @@
[package]
authors = ["Ulf Lilleengen <lulf@redhat.com>"]
edition = "2018"
edition = "2021"
name = "embassy-boot-stm32l4-examples"
version = "0.1.0"

View file

@ -1,6 +1,6 @@
[package]
authors = ["Ulf Lilleengen <lulf@redhat.com>"]
edition = "2018"
edition = "2021"
name = "embassy-boot-stm32wl-examples"
version = "0.1.0"