aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Adam Greig <adam@adamgreig.com> 2019-07-27 17:22:02 -0600
committerGravatar Adam Greig <adam@adamgreig.com> 2019-07-27 17:22:02 -0600
commit548670a2087e7b88f7951aa84b761efee869869c (patch)
tree6a00284e3ec74521ee278a0ce507e13d61123bf3
parentb431523dfc118ede847700adbfe3f786f5316793 (diff)
downloadcortex-m-548670a2087e7b88f7951aa84b761efee869869c.tar.gz
cortex-m-548670a2087e7b88f7951aa84b761efee869869c.tar.zst
cortex-m-548670a2087e7b88f7951aa84b761efee869869c.zip
Defer edition-2018 for another PR
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0f164ae..8e59091 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,6 @@ readme = "README.md"
repository = "https://github.com/japaric/cortex-m"
version = "0.6.0"
links = "cortex-m" # prevent multiple versions of this crate to be linked together
-edition = "2018"
[dependencies]
aligned = "0.3.1"