We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70f832 commit d4f3825Copy full SHA for d4f3825
.github/workflows/rust.yml
@@ -31,7 +31,7 @@ jobs:
31
cargo update -p log --precise 0.4.18
32
cargo update -p tempfile --precise 3.6.0
33
cargo update -p flate2 --precise 1.0.26
34
- cargo update -p minreq --precise 2.8.0
+ cargo update -p rustls --precise 0.28.0
35
- name: test
36
run: cargo test --verbose --all-features --lib
37
@@ -74,4 +74,4 @@ jobs:
74
- name: fmt check
75
run: |
76
cd ${{ matrix.package }}
77
- cargo fmt --all -- --check
+ cargo fmt --all -- --check
0 commit comments