Skip to content

Commit

Permalink
Pin rustls 0.20.8 for MSRV 1.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGould committed Sep 27, 2023
1 parent d70f832 commit d4f3825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cargo update -p log --precise 0.4.18
cargo update -p tempfile --precise 3.6.0
cargo update -p flate2 --precise 1.0.26
cargo update -p minreq --precise 2.8.0
cargo update -p rustls --precise 0.28.0
- name: test
run: cargo test --verbose --all-features --lib

Expand Down Expand Up @@ -74,4 +74,4 @@ jobs:
- name: fmt check
run: |
cd ${{ matrix.package }}
cargo fmt --all -- --check
cargo fmt --all -- --check

0 comments on commit d4f3825

Please sign in to comment.