mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 08:11:15 -03:00
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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user