Skip to content

Commit

Permalink
Update the cc package to 1.1.5
Browse files Browse the repository at this point in the history
This includes the fix to rust-lang/cc-rs#909
which spams warnings on ubuntu 22.04
  • Loading branch information
yedayak authored and Wilfred committed Jul 18, 2024
1 parent 7248e33 commit efe1b10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ pretty_assertions = "1.3.0"
[build-dependencies]
# TODO: enable parallel mode once MSRV hits 1.61, see discussion in
# https://github.com/rust-lang/cc-rs/pull/849
cc = "1.0.83"
cc = "1.1.5"
rayon = "1.7.0"
version_check = "0.9.4"

Expand Down

0 comments on commit efe1b10

Please sign in to comment.