Skip to content

Commit

Permalink
Bump cc-rs to 1.0.94 to work around spurious warnings
Browse files Browse the repository at this point in the history
Under Ubuntu 23.10 (gcc 13), older cc crate versions would complain that the
compiler could not be identified.

See rust-lang/cc-rs#958
  • Loading branch information
mqudsi authored and vertesians committed Apr 17, 2024
1 parent 007fa5a commit 801fae9
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 @@ -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]
Expand Down

0 comments on commit 801fae9

Please sign in to comment.