File tree 5 files changed +10
-4
lines changed
5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ name = "cortex-m"
12
12
readme = " README.md"
13
13
repository = " https://github.com/rust-embedded/cortex-m"
14
14
version = " 0.7.4"
15
- edition = " 2018"
15
+ edition = " 2021"
16
+ rust-version = " 1.59"
16
17
links = " cortex-m" # prevent multiple versions of this crate to be linked together
17
18
18
19
[dependencies ]
Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ repository = "https://github.com/rust-embedded/cortex-m"
15
15
version = " 0.7.1"
16
16
autoexamples = true
17
17
links = " cortex-m-rt" # Prevent multiple versions of cortex-m-rt being linked
18
- edition = " 2018"
18
+ edition = " 2021"
19
+ rust-version = " 1.59"
19
20
20
21
[dependencies ]
21
22
cortex-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"
8
8
name = " cortex-m-rt-macros"
9
9
repository = " https://github.com/rust-embedded/cortex-m"
10
10
version = " 0.7.0"
11
- edition = " 2018"
11
+ edition = " 2021"
12
+ rust-version = " 1.59"
12
13
13
14
[lib ]
14
15
proc-macro = true
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ name = "cortex-m-semihosting"
12
12
readme = " README.md"
13
13
repository = " https://github.com/rust-embedded/cortex-m"
14
14
version = " 0.4.1"
15
- edition = " 2018"
15
+ edition = " 2021"
16
+ rust-version = " 1.59"
16
17
17
18
[features ]
18
19
inline-asm = []
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ license = "MIT OR Apache-2.0"
11
11
name = " panic-semihosting"
12
12
repository = " https://github.com/rust-embedded/cortex-m"
13
13
version = " 0.5.6"
14
+ rust-version = " 1.59"
15
+ edition = " 2021"
14
16
15
17
[dependencies ]
16
18
cortex-m = { path = " .." , version = " >= 0.5.6, < 0.8" }
You can’t perform that action at this time.
0 commit comments