File tree 13 files changed +213
-190
lines changed
13 files changed +213
-190
lines changed Original file line number Diff line number Diff line change 18
18
RUSTFLAGS : " -Dwarnings"
19
19
20
20
jobs :
21
- minimal-versions :
22
- uses : RustCrypto/actions/.github/workflows/minimal-versions.yml@master
23
- with :
24
- stable-cmd : cargo test --all-features --release
25
- working-directory : ${{ github.workflow }}
21
+ # Disabled until we get rid of [patch.crates-io] in the workspace
22
+ # minimal-versions:
23
+ # uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
24
+ # with:
25
+ # stable-cmd: cargo test --all-features --release
26
+ # working-directory: ${{ github.workflow }}
26
27
27
28
no_std :
28
29
runs-on : ubuntu-latest
29
30
strategy :
30
31
matrix :
31
32
rust :
32
- - 1.60 .0 # MSRV
33
+ - 1.72 .0 # MSRV
33
34
- stable
34
35
target :
35
36
- thumbv7em-none-eabi
48
49
strategy :
49
50
matrix :
50
51
rust :
51
- - 1.60 .0 # MSRV
52
+ - 1.72 .0 # MSRV
52
53
- stable
53
54
steps :
54
55
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -48,18 +48,19 @@ jobs:
48
48
- run : ${{ matrix.deps }}
49
49
- run : cargo build --target ${{ matrix.target }} --release --all-features
50
50
51
- minimal-versions :
52
- uses : RustCrypto/actions/.github/workflows/minimal-versions.yml@master
53
- with :
54
- stable-cmd : cargo test --all-features --release
55
- working-directory : ${{ github.workflow }}
51
+ # Disabled until we get rid of [patch.crates-io] in the workspace
52
+ # minimal-versions:
53
+ # uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
54
+ # with:
55
+ # stable-cmd: cargo test --all-features --release
56
+ # working-directory: ${{ github.workflow }}
56
57
57
58
no_std :
58
59
runs-on : ubuntu-latest
59
60
strategy :
60
61
matrix :
61
62
rust :
62
- - 1.65 .0 # MSRV
63
+ - 1.73 .0 # MSRV
63
64
- stable
64
65
target :
65
66
- thumbv7em-none-eabi
78
79
strategy :
79
80
matrix :
80
81
rust :
81
- - 1.65 .0 # MSRV
82
+ - 1.73 .0 # MSRV
82
83
- stable
83
84
steps :
84
85
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 21
21
- uses : actions/checkout@v4
22
22
- uses : dtolnay/rust-toolchain@stable
23
23
with :
24
- toolchain : 1.69 .0
24
+ toolchain : 1.73 .0
25
25
components : clippy
26
26
- run : cargo clippy --all-features
27
27
You can’t perform that action at this time.
0 commit comments