Skip to content

Commit d4f3825

Browse files
committed
Pin rustls 0.20.8 for MSRV 1.57.0
1 parent d70f832 commit d4f3825

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cargo update -p log --precise 0.4.18
3232
cargo update -p tempfile --precise 3.6.0
3333
cargo update -p flate2 --precise 1.0.26
34-
cargo update -p minreq --precise 2.8.0
34+
cargo update -p rustls --precise 0.28.0
3535
- name: test
3636
run: cargo test --verbose --all-features --lib
3737

@@ -74,4 +74,4 @@ jobs:
7474
- name: fmt check
7575
run: |
7676
cd ${{ matrix.package }}
77-
cargo fmt --all -- --check
77+
cargo fmt --all -- --check

0 commit comments

Comments
 (0)