Skip to content

Commit c9720ff

Browse files
Drop arm-targets down to Rust 1.59
It sounds like it might get wider use than just in here.
1 parent d37b713 commit c9720ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-24.04
3737
strategy:
3838
matrix:
39-
rust: [stable, 1.82]
39+
rust: [stable, 1.59]
4040
steps:
4141
- name: Checkout
4242
uses: actions/checkout@v4

arm-targets/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66
name = "arm-targets"
77
readme = "README.md"
88
repository = "https://github.com/rust-embedded/cortex-r.git"
9-
rust-version = "1.82"
9+
rust-version = "1.59"
1010
version = "0.1.0"
1111

1212
[dependencies]

0 commit comments

Comments
 (0)