Skip to content

Commit 48b3b21

Browse files
committed
bump dependencies to pre-releases
1 parent cb2706f commit 48b3b21

File tree

13 files changed

+202
-185
lines changed

13 files changed

+202
-185
lines changed

.github/workflows/ssh-cipher.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
matrix:
3131
rust:
32-
- 1.60.0 # MSRV
32+
- 1.65.0 # MSRV
3333
- stable
3434
target:
3535
- thumbv7em-none-eabi
@@ -48,7 +48,7 @@ jobs:
4848
strategy:
4949
matrix:
5050
rust:
51-
- 1.60.0 # MSRV
51+
- 1.65.0 # MSRV
5252
- stable
5353
steps:
5454
- uses: actions/checkout@v4

.github/workflows/ssh-key.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,18 @@ jobs:
4848
- run: ${{ matrix.deps }}
4949
- run: cargo build --target ${{ matrix.target }} --release --all-features
5050

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+
#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 }}
5656

5757
no_std:
5858
runs-on: ubuntu-latest
5959
strategy:
6060
matrix:
6161
rust:
62-
- 1.65.0 # MSRV
62+
- 1.72.0 # MSRV
6363
- stable
6464
target:
6565
- thumbv7em-none-eabi
@@ -78,7 +78,7 @@ jobs:
7878
strategy:
7979
matrix:
8080
rust:
81-
- 1.65.0 # MSRV
81+
- 1.72.0 # MSRV
8282
- stable
8383
steps:
8484
- uses: actions/checkout@v4

.github/workflows/workspace.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222
- uses: dtolnay/rust-toolchain@stable
2323
with:
24-
toolchain: 1.69.0
24+
toolchain: 1.73.0
2525
components: clippy
2626
- run: cargo clippy --all-features
2727

0 commit comments

Comments
 (0)