Skip to content

Commit

Permalink
Merge pull request #311 from ducaale/rustls-0.21.0
Browse files Browse the repository at this point in the history
Update Rustls to v0.21.0
  • Loading branch information
ducaale committed May 17, 2023
2 parents 20f834a + 12f861a commit f8e8db5
Show file tree
Hide file tree
Showing 10 changed files with 754 additions and 550 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.54.0 # minimum supported rust version
toolchain: 1.64.0 # minimum supported rust version
target: ${{ matrix.job.target }}
override: true
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
with:
key: v2-${{ matrix.job.target }}
- uses: actions-rs/cargo@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.54.0 # minimum supported rust version
toolchain: 1.64.0 # minimum supported rust version
target: ${{ matrix.job.target }}
override: true
- uses: actions-rs/cargo@v1
Expand Down
Loading

0 comments on commit f8e8db5

Please sign in to comment.