We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d37b713 commit c9720ffCopy full SHA for c9720ff
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
runs-on: ubuntu-24.04
37
strategy:
38
matrix:
39
- rust: [stable, 1.82]
+ rust: [stable, 1.59]
40
steps:
41
- name: Checkout
42
uses: actions/checkout@v4
arm-targets/Cargo.toml
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
6
name = "arm-targets"
7
readme = "README.md"
8
repository = "https://github.com/rust-embedded/cortex-r.git"
9
-rust-version = "1.82"
+rust-version = "1.59"
10
version = "0.1.0"
11
12
[dependencies]
0 commit comments