Skip to content

Commit 12562cd

Browse files
committed
bump MSRV for cortex-a-rt and cortex-r-rt to v1.83 as well
1 parent a4116ad commit 12562cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cortex-a-rt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "cortex-a-rt"
1111
readme = "README.md"
1212
repository = "https://github.com/rust-embedded/cortex-ar.git"
1313
homepage = "https://github.com/rust-embedded/cortex-ar.git"
14-
rust-version = "1.82"
14+
rust-version = "1.83"
1515
version = "0.1.0"
1616

1717
[dependencies]

cortex-r-rt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ license = "MIT OR Apache-2.0"
2020
name = "cortex-r-rt"
2121
readme = "README.md"
2222
repository = "https://github.com/rust-embedded/cortex-r.git"
23-
rust-version = "1.82"
23+
rust-version = "1.83"
2424
version = "0.2.0"
2525

2626
[dependencies]

0 commit comments

Comments
 (0)