Skip to content

Commit 9165fa4

Browse files
committed
bump dependencies to pre-releases
1 parent cb2706f commit 9165fa4

File tree

13 files changed

+213
-190
lines changed

13 files changed

+213
-190
lines changed

.github/workflows/ssh-cipher.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,19 @@ env:
1818
RUSTFLAGS: "-Dwarnings"
1919

2020
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 }}
2627

2728
no_std:
2829
runs-on: ubuntu-latest
2930
strategy:
3031
matrix:
3132
rust:
32-
- 1.60.0 # MSRV
33+
- 1.72.0 # MSRV
3334
- stable
3435
target:
3536
- thumbv7em-none-eabi
@@ -48,7 +49,7 @@ jobs:
4849
strategy:
4950
matrix:
5051
rust:
51-
- 1.60.0 # MSRV
52+
- 1.72.0 # MSRV
5253
- stable
5354
steps:
5455
- uses: actions/checkout@v4

.github/workflows/ssh-key.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,19 @@ 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+
# 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 }}
5657

5758
no_std:
5859
runs-on: ubuntu-latest
5960
strategy:
6061
matrix:
6162
rust:
62-
- 1.65.0 # MSRV
63+
- 1.73.0 # MSRV
6364
- stable
6465
target:
6566
- thumbv7em-none-eabi
@@ -78,7 +79,7 @@ jobs:
7879
strategy:
7980
matrix:
8081
rust:
81-
- 1.65.0 # MSRV
82+
- 1.73.0 # MSRV
8283
- stable
8384
steps:
8485
- uses: actions/checkout@v4

.github/workflows/workspace.yml

Lines changed: 1 addition & 1 deletion
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)