Skip to content

Commit

Permalink
Merge pull request #543 from newAM/fix-panic-itm-missing-edition
Browse files Browse the repository at this point in the history
panic-itm: set edition to 2018 to fix warning
  • Loading branch information
newAM authored Jun 30, 2024
2 parents 0b17bdb + d79ea2c commit 085d417
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions panic-itm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit 085d417

Please sign in to comment.