diff --git a/Cargo.toml b/Cargo.toml index 9df23a9..ba0e179 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ num_enum = "0.7.0" thiserror = "1.0" [build-dependencies] -cc = "=1.0.83" +cc = "=1.0.86" # Emergency patch: 1.0.86 breaks our ability to link to the expat .o files. # 1.0.84 and .85 were yanked, so going back to last known-good release.