diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index 8d63a8638..4bab2af8f 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -35,6 +35,7 @@ jobs: cargo update -p home --precise "0.5.5" cargo update -p proptest --precise "1.2.0" cargo update -p url --precise "2.5.0" + cargo update -p cc --precise "1.0.105" - name: Build run: cargo build ${{ matrix.features }} - name: Test diff --git a/README.md b/README.md index b3bdd1f76..fdd63565c 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ cargo update -p time --precise "0.3.20" cargo update -p home --precise "0.5.5" cargo update -p proptest --precise "1.2.0" cargo update -p url --precise "2.5.0" +cargo update -p cc --precise "1.0.105" ``` ## License