ci: pin cc dependency version to build with rust 1.63
This commit is contained in:
parent
8714e9d806
commit
3f9ed95e2e
1
.github/workflows/cont_integration.yml
vendored
1
.github/workflows/cont_integration.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user