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 3fdab87 commit 4d8d7fcCopy full SHA for 4d8d7fc
.github/workflows/cont_integration.yml
@@ -45,10 +45,10 @@ jobs:
45
cargo update -p time --precise "0.3.13"
46
cargo update -p byteorder --precise "1.4.3"
47
cargo update -p webpki --precise "0.22.2"
48
- cargo update -p jobserver --precise "0.1.26"
49
cargo update -p os_str_bytes --precise 6.5.1
50
cargo update -p sct --precise 0.7.0
51
cargo update -p cc --precise "1.0.81"
+ cargo update -p jobserver --precise "0.1.26"
52
- name: Build
53
run: cargo build ${{ matrix.features }}
54
- name: Test
0 commit comments