Skip to content

Commit 27f34e9

Browse files
authored
Merge pull request #543 from newAM/fix-panic-itm-missing-edition
panic-itm: set edition to 2018 to fix warning
2 parents 7bd8e74 + d79ea2c commit 27f34e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

panic-itm/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ license = "MIT OR Apache-2.0"
1111
name = "panic-itm"
1212
repository = "https://github.com/rust-embedded/cortex-m"
1313
version = "0.4.2"
14+
edition = "2018"
1415

1516
[dependencies]
1617
cortex-m = { path = "../cortex-m", version = ">= 0.5.8, < 0.8" }

0 commit comments

Comments
 (0)