Skip to content

Commit 3f9ed95

Browse files
committed
ci: pin cc dependency version to build with rust 1.63
1 parent 8714e9d commit 3f9ed95

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/cont_integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
cargo update -p home --precise "0.5.5"
3636
cargo update -p proptest --precise "1.2.0"
3737
cargo update -p url --precise "2.5.0"
38+
cargo update -p cc --precise "1.0.105"
3839
- name: Build
3940
run: cargo build ${{ matrix.features }}
4041
- name: Test

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ cargo update -p time --precise "0.3.20"
7373
cargo update -p home --precise "0.5.5"
7474
cargo update -p proptest --precise "1.2.0"
7575
cargo update -p url --precise "2.5.0"
76+
cargo update -p cc --precise "1.0.105"
7677
```
7778

7879
## License

0 commit comments

Comments
 (0)