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 fef4a77 commit a1fadb0Copy full SHA for a1fadb0
.github/workflows/cont_integration.yml
@@ -51,10 +51,10 @@ jobs:
51
- name: pin dependencies
52
if: matrix.rust.version == '1.57.0'
53
run: |
54
- cargo update -p log --precise 0.4.18 &&
55
- cargo update -p rustls:0.21.5 --precise 0.21.1 &&
56
- cargo update -p time:0.3.15 --precise 0.3.13 &&
57
- cargo update -p hyper-rustls:0.24.1 --precise 0.24.0 &&
+ cargo update -p log --precise 0.4.18
+ cargo update -p rustls:0.21.7 --precise 0.21.1
+ cargo update -p time:0.3.15 --precise 0.3.13
+ cargo update -p hyper-rustls:0.24.1 --precise 0.24.0
58
cargo update -p tempfile:3.7.0 --precise 3.6.0
59
- name: Build
60
run: cargo build --features ${{ matrix.features }} --no-default-features
0 commit comments