try the latest 'cc' crate in hopes it fixes things

This commit is contained in:
Dustin J. Mitchell 2022-02-26 22:45:41 +00:00
parent f0178d4fab
commit 17ccaea096
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -612,9 +612,9 @@ dependencies = [
[[package]] [[package]]
name = "cc" name = "cc"
version = "1.0.68" version = "1.0.73"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787" checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
dependencies = [ dependencies = [
"jobserver", "jobserver",
] ]

View file

@ -21,5 +21,5 @@ env_logger = "^0.8.3"
lazy_static = "1" lazy_static = "1"
[build-dependencies] [build-dependencies]
cc = "1.0" cc = "1.0.73"
taskchampion-lib = { path = "../lib" } taskchampion-lib = { path = "../lib" }