Skip to content

Commit

Permalink
bump digest/cipher to 0.11.0-pre.8/0.5.0-pre.4
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Mar 5, 2024
1 parent fda14c4 commit 0f6b6a4
Show file tree
Hide file tree
Showing 17 changed files with 305 additions and 390 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/belt-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
rust:
- 1.57.0 # MSRV
- 1.71.0 # MSRV
- stable
target:
- thumbv7em-none-eabi
Expand All @@ -37,6 +37,8 @@ jobs:
- run: cargo build --no-default-features --release --target ${{ matrix.target }}

minimal-versions:
# disabled until belt-block gets published
if: false
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
with:
working-directory: ${{ github.workflow }}
Expand All @@ -46,7 +48,7 @@ jobs:
strategy:
matrix:
rust:
- 1.57.0 # MSRV
- 1.71.0 # MSRV
- stable
steps:
- uses: actions/checkout@v4.1.1
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/cbc-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
rust:
- 1.56.0 # MSRV
- 1.71.0 # MSRV
- stable
target:
- thumbv7em-none-eabi
Expand All @@ -38,6 +38,8 @@ jobs:
- run: cargo build --no-default-features --release --target ${{ matrix.target }}

minimal-versions:
# disabled until belt-block gets published
if: false
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
with:
working-directory: ${{ github.workflow }}
Expand All @@ -47,7 +49,7 @@ jobs:
strategy:
matrix:
rust:
- 1.56.0 # MSRV
- 1.72.0 # MSRV
- stable
steps:
- uses: actions/checkout@v4.1.1
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/cmac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
rust:
- 1.56.0 # MSRV
- 1.71.0 # MSRV
- stable
target:
- thumbv7em-none-eabi
Expand All @@ -37,6 +37,8 @@ jobs:
- run: cargo build --no-default-features --release --target ${{ matrix.target }}

minimal-versions:
# disabled until belt-block gets published
if: false
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
with:
working-directory: ${{ github.workflow }}
Expand All @@ -46,7 +48,7 @@ jobs:
strategy:
matrix:
rust:
- 1.56.0 # MSRV
- 1.72.0 # MSRV
- stable
steps:
- uses: actions/checkout@v4.1.1
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/pmac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
rust:
- 1.56.0 # MSRV
- 1.71.0 # MSRV
- stable
target:
- thumbv7em-none-eabi
Expand All @@ -37,6 +37,8 @@ jobs:
- run: cargo build --no-default-features --release --target ${{ matrix.target }}

minimal-versions:
# disabled until belt-block gets published
if: false
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
with:
working-directory: ${{ github.workflow }}
Expand All @@ -46,7 +48,7 @@ jobs:
strategy:
matrix:
rust:
- 1.56.0 # MSRV
- 1.72.0 # MSRV
- stable
steps:
- uses: actions/checkout@v4.1.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: RustCrypto/actions/cargo-cache@master
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.71.0
toolchain: 1.72.0
components: clippy
- run: cargo clippy --all -- -D warnings

Expand Down
Loading

0 comments on commit 0f6b6a4

Please sign in to comment.