We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8714e9d commit 3f9ed95Copy full SHA for 3f9ed95
.github/workflows/cont_integration.yml
@@ -35,6 +35,7 @@ jobs:
35
cargo update -p home --precise "0.5.5"
36
cargo update -p proptest --precise "1.2.0"
37
cargo update -p url --precise "2.5.0"
38
+ cargo update -p cc --precise "1.0.105"
39
- name: Build
40
run: cargo build ${{ matrix.features }}
41
- name: Test
README.md
@@ -73,6 +73,7 @@ cargo update -p time --precise "0.3.20"
73
74
75
76
+cargo update -p cc --precise "1.0.105"
77
```
78
79
## License
0 commit comments