mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
Update cc dependency
Removes annoying "running cc --version" and such debug messages.
This commit is contained in:
parent
d0cf07c4b3
commit
f87c892ed8
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -34,9 +34,9 @@ checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
|
|||
|
||||
[[package]]
|
||||
name = "cc"
|
||||
version = "1.0.87"
|
||||
version = "1.0.88"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3286b845d0fccbdd15af433f61c5970e711987036cb468f437ff6badd70f4e24"
|
||||
checksum = "02f341c093d19155a6e41631ce5971aac4e9a868262212153124c15fa22d1cdc"
|
||||
dependencies = [
|
||||
"libc",
|
||||
]
|
||||
|
|
|
@ -42,7 +42,7 @@ rand_pcg = "0.3.1"
|
|||
serial_test = "0.4.0"
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.0.83"
|
||||
cc = "1.0.88"
|
||||
rsconf = "0.1.2"
|
||||
|
||||
[lib]
|
||||
|
|
Loading…
Reference in a new issue