Skip to content

Commit

Permalink
bump dependencies to pre-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Mar 28, 2024
1 parent cb2706f commit 48b3b21
Show file tree
Hide file tree
Showing 13 changed files with 202 additions and 185 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ssh-cipher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
rust:
- 1.60.0 # MSRV
- 1.65.0 # MSRV
- stable
target:
- thumbv7em-none-eabi
Expand All @@ -48,7 +48,7 @@ jobs:
strategy:
matrix:
rust:
- 1.60.0 # MSRV
- 1.65.0 # MSRV
- stable
steps:
- uses: actions/checkout@v4
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ssh-key.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@ jobs:
- run: ${{ matrix.deps }}
- run: cargo build --target ${{ matrix.target }} --release --all-features

minimal-versions:
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
with:
stable-cmd: cargo test --all-features --release
working-directory: ${{ github.workflow }}
#minimal-versions:
# uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
# with:
# stable-cmd: cargo test --all-features --release
# working-directory: ${{ github.workflow }}

no_std:
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- 1.65.0 # MSRV
- 1.72.0 # MSRV
- stable
target:
- thumbv7em-none-eabi
Expand All @@ -78,7 +78,7 @@ jobs:
strategy:
matrix:
rust:
- 1.65.0 # MSRV
- 1.72.0 # MSRV
- stable
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.69.0
toolchain: 1.73.0
components: clippy
- run: cargo clippy --all-features

Expand Down
Loading

0 comments on commit 48b3b21

Please sign in to comment.