File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 strategy :
2323 matrix :
2424 rust :
25- - 1.57 .0 # MSRV
25+ - 1.71 .0 # MSRV
2626 - stable
2727 target :
2828 - thumbv7em-none-eabi
3737 - run : cargo build --no-default-features --release --target ${{ matrix.target }}
3838
3939 minimal-versions :
40+ # disabled until belt-block gets published
41+ if : false
4042 uses : RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4143 with :
4244 working-directory : ${{ github.workflow }}
4648 strategy :
4749 matrix :
4850 rust :
49- - 1.57 .0 # MSRV
51+ - 1.71 .0 # MSRV
5052 - stable
5153 steps :
5254 - uses : actions/checkout@v4.1.1
Original file line number Diff line number Diff line change 2323 strategy :
2424 matrix :
2525 rust :
26- - 1.56 .0 # MSRV
26+ - 1.71 .0 # MSRV
2727 - stable
2828 target :
2929 - thumbv7em-none-eabi
3838 - run : cargo build --no-default-features --release --target ${{ matrix.target }}
3939
4040 minimal-versions :
41+ # disabled until belt-block gets published
42+ if : false
4143 uses : RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4244 with :
4345 working-directory : ${{ github.workflow }}
4749 strategy :
4850 matrix :
4951 rust :
50- - 1.56 .0 # MSRV
52+ - 1.72 .0 # MSRV
5153 - stable
5254 steps :
5355 - uses : actions/checkout@v4.1.1
Original file line number Diff line number Diff line change 2222 strategy :
2323 matrix :
2424 rust :
25- - 1.56 .0 # MSRV
25+ - 1.71 .0 # MSRV
2626 - stable
2727 target :
2828 - thumbv7em-none-eabi
3737 - run : cargo build --no-default-features --release --target ${{ matrix.target }}
3838
3939 minimal-versions :
40+ # disabled until belt-block gets published
41+ if : false
4042 uses : RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4143 with :
4244 working-directory : ${{ github.workflow }}
4648 strategy :
4749 matrix :
4850 rust :
49- - 1.56 .0 # MSRV
51+ - 1.72 .0 # MSRV
5052 - stable
5153 steps :
5254 - uses : actions/checkout@v4.1.1
Original file line number Diff line number Diff line change 2222 strategy :
2323 matrix :
2424 rust :
25- - 1.56 .0 # MSRV
25+ - 1.71 .0 # MSRV
2626 - stable
2727 target :
2828 - thumbv7em-none-eabi
3737 - run : cargo build --no-default-features --release --target ${{ matrix.target }}
3838
3939 minimal-versions :
40+ # disabled until belt-block gets published
41+ if : false
4042 uses : RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4143 with :
4244 working-directory : ${{ github.workflow }}
4648 strategy :
4749 matrix :
4850 rust :
49- - 1.56 .0 # MSRV
51+ - 1.72 .0 # MSRV
5052 - stable
5153 steps :
5254 - uses : actions/checkout@v4.1.1
Original file line number Diff line number Diff line change 1717 - uses : RustCrypto/actions/cargo-cache@master
1818 - uses : dtolnay/rust-toolchain@master
1919 with :
20- toolchain : 1.71 .0
20+ toolchain : 1.72 .0
2121 components : clippy
2222 - run : cargo clippy --all -- -D warnings
2323
You can’t perform that action at this time.
0 commit comments