diff --git a/panic-itm/Cargo.toml b/panic-itm/Cargo.toml index 5ff6d82a..1cf45ad1 100644 --- a/panic-itm/Cargo.toml +++ b/panic-itm/Cargo.toml @@ -11,6 +11,7 @@ license = "MIT OR Apache-2.0" name = "panic-itm" repository = "https://github.com/rust-embedded/cortex-m" version = "0.4.2" +edition = "2018" [dependencies] cortex-m = { path = "../cortex-m", version = ">= 0.5.8, < 0.8" }