Skip to content

Commit b840ddb

Browse files
authored
Bump RustCrypto dependences to latest .rc versions (#102)
1 parent 992778d commit b840ddb

File tree

28 files changed

+1355
-2328
lines changed

28 files changed

+1355
-2328
lines changed

.github/workflows/rustls-rustcrypto.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424
- uses: dtolnay/rust-toolchain@master
2525
with:
26-
toolchain: 1.75.0
26+
toolchain: 1.85.0
2727
components: clippy
2828
- run: cargo clippy --all --all-features -- -D warnings
2929

@@ -51,11 +51,11 @@ jobs:
5151
strategy:
5252
matrix:
5353
rust:
54-
- 1.75.0 # MSRV
54+
- 1.85.0 # MSRV
5555
- stable
5656
target:
57-
- armv7a-none-eabi
58-
- thumbv7em-none-eabi
57+
# - armv7a-none-eabi
58+
# - thumbv7em-none-eabi
5959
- wasm32-unknown-unknown
6060
steps:
6161
- uses: actions/checkout@v4
@@ -69,7 +69,7 @@ jobs:
6969
strategy:
7070
matrix:
7171
toolchain:
72-
- 1.75.0 # MSRV
72+
- 1.85.0 # MSRV
7373
- stable
7474
runs-on: ubuntu-latest
7575
steps:
@@ -87,7 +87,7 @@ jobs:
8787
matrix:
8888
include:
8989
- target: powerpc-unknown-linux-gnu
90-
rust: 1.75.0 # MSRV
90+
rust: 1.85.0 # MSRV
9191
- target: powerpc-unknown-linux-gnu
9292
rust: stable
9393
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)