Skip to content

Commit 0f6b6a4

Browse files
committed
bump digest/cipher to 0.11.0-pre.8/0.5.0-pre.4
1 parent fda14c4 commit 0f6b6a4

17 files changed

Lines changed: 305 additions & 390 deletions

File tree

.github/workflows/belt-mac.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
rust:
25-
- 1.57.0 # MSRV
25+
- 1.71.0 # MSRV
2626
- stable
2727
target:
2828
- thumbv7em-none-eabi
@@ -37,6 +37,8 @@ jobs:
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 }}
@@ -46,7 +48,7 @@ jobs:
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

.github/workflows/cbc-mac.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
rust:
26-
- 1.56.0 # MSRV
26+
- 1.71.0 # MSRV
2727
- stable
2828
target:
2929
- thumbv7em-none-eabi
@@ -38,6 +38,8 @@ jobs:
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 }}
@@ -47,7 +49,7 @@ jobs:
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

.github/workflows/cmac.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
rust:
25-
- 1.56.0 # MSRV
25+
- 1.71.0 # MSRV
2626
- stable
2727
target:
2828
- thumbv7em-none-eabi
@@ -37,6 +37,8 @@ jobs:
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 }}
@@ -46,7 +48,7 @@ jobs:
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

.github/workflows/pmac.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
rust:
25-
- 1.56.0 # MSRV
25+
- 1.71.0 # MSRV
2626
- stable
2727
target:
2828
- thumbv7em-none-eabi
@@ -37,6 +37,8 @@ jobs:
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 }}
@@ -46,7 +48,7 @@ jobs:
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

.github/workflows/workspace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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

0 commit comments

Comments
 (0)