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
2 changed files with 3 additions and 3 deletions

View File

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