Skip to content

Commit

Permalink
Rollup merge of rust-lang#106749 - glandium:dwarf, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Update cc to 1.0.77

Fixes (without a test) rust-lang#98746.
  • Loading branch information
compiler-errors committed Jan 22, 2023
2 parents 1d2c9a8 + b467547 commit 5645d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -551,9 +551,9 @@ version = "0.1.0"

[[package]]
name = "cc"
version = "1.0.76"
version = "1.0.77"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76a284da2e6fe2092f2353e51713435363112dfd60030e22add80be333fb928f"
checksum = "e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4"
dependencies = [
"jobserver",
]
Expand Down

0 comments on commit 5645d10

Please sign in to comment.