Bump cc-rs to 1.0.94 to work around spurious warnings

Under Ubuntu 23.10 (gcc 13), older cc crate versions would complain that the
compiler could not be identified.

See https://github.com/rust-lang/cc-rs/issues/958
This commit is contained in:
Mahmoud Al-Qudsi
2024-04-16 21:33:59 -05:00
parent a996cafeeb
commit 85b3dbbec0
2 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ rand_pcg = "0.3.1"
serial_test = { version = "1.0.0", default-features = false }
[build-dependencies]
cc = "1.0.88"
cc = "1.0.94"
rsconf = "0.1.2"
[lib]