We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7102e69 commit fdc7aedCopy full SHA for fdc7aed
.github/workflows/cont_integration.yml
@@ -63,6 +63,7 @@ jobs:
63
cargo update -p home --precise 0.5.5
64
cargo update -p url --precise "2.5.0"
65
cargo update -p tokio --precise "1.38.1"
66
+ cargo update -p hyper-rustls --precise "0.24.2"
67
68
- name: Build
69
run: cargo build --features ${{ matrix.features }},${{ matrix.runtime != 'blocking' && matrix.runtime || '' }} --no-default-features
0 commit comments