aboutsummaryrefslogtreecommitdiff
path: root/embassy-cortex-m/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-06-18 02:15:48 +0200
committerGitHub <[email protected]>2022-06-18 02:15:48 +0200
commit88e36a70bdddaa3ac2ddccd1dcd299b321f8c86c (patch)
treeda94576d2dc07d8c97f59b6e32aa2f165289be83 /embassy-cortex-m/Cargo.toml
parentb585d547124b9a1e70b0933c11228c065684997d (diff)
Update to 2021 edition. (#820)
Diffstat (limited to 'embassy-cortex-m/Cargo.toml')
-rw-r--r--embassy-cortex-m/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/embassy-cortex-m/Cargo.toml b/embassy-cortex-m/Cargo.toml
index 8bd30403e..b1a2b2037 100644
--- a/embassy-cortex-m/Cargo.toml
+++ b/embassy-cortex-m/Cargo.toml
@@ -2,8 +2,7 @@
2name = "embassy-cortex-m" 2name = "embassy-cortex-m"
3version = "0.1.0" 3version = "0.1.0"
4authors = ["Dario Nieuwenhuis <[email protected]>"] 4authors = ["Dario Nieuwenhuis <[email protected]>"]
5edition = "2018" 5edition = "2021"
6resolver = "2"
7 6
8[package.metadata.embassy_docs] 7[package.metadata.embassy_docs]
9src_base = "https://github.com/embassy-rs/embassy/blob/embassy-cortex-m-v$VERSION/embassy-cortex-m/src/" 8src_base = "https://github.com/embassy-rs/embassy/blob/embassy-cortex-m-v$VERSION/embassy-cortex-m/src/"