File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ name = "cortex-m"
1212readme = " README.md"
1313repository = " https://github.com/rust-embedded/cortex-m"
1414version = " 0.7.4"
15- edition = " 2018"
15+ edition = " 2021"
16+ rust-version = " 1.59"
1617links = " cortex-m" # prevent multiple versions of this crate to be linked together
1718
1819[dependencies ]
Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ repository = "https://github.com/rust-embedded/cortex-m"
1515version = " 0.7.1"
1616autoexamples = true
1717links = " cortex-m-rt" # Prevent multiple versions of cortex-m-rt being linked
18- edition = " 2018"
18+ edition = " 2021"
19+ rust-version = " 1.59"
1920
2021[dependencies ]
2122cortex-m-rt-macros = { path = " macros" , version = " =0.7.0" }
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ license = "MIT OR Apache-2.0"
88name = " cortex-m-rt-macros"
99repository = " https://github.com/rust-embedded/cortex-m"
1010version = " 0.7.0"
11- edition = " 2018"
11+ edition = " 2021"
12+ rust-version = " 1.59"
1213
1314[lib ]
1415proc-macro = true
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ name = "cortex-m-semihosting"
1212readme = " README.md"
1313repository = " https://github.com/rust-embedded/cortex-m"
1414version = " 0.4.1"
15- edition = " 2018"
15+ edition = " 2021"
16+ rust-version = " 1.59"
1617
1718[features ]
1819inline-asm = []
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ license = "MIT OR Apache-2.0"
1111name = " panic-semihosting"
1212repository = " https://github.com/rust-embedded/cortex-m"
1313version = " 0.5.6"
14+ rust-version = " 1.59"
15+ edition = " 2021"
1416
1517[dependencies ]
1618cortex-m = { path = " .." , version = " >= 0.5.6, < 0.8" }
You can’t perform that action at this time.
0 commit comments