Skip to content

Commit

Permalink
bump cc-rs to 1.0.72
Browse files Browse the repository at this point in the history
UEFI target need to fix object type for LLVM
REF: rust-lang/cc-rs#623
  • Loading branch information
Xiaoyu Lu committed Nov 23, 2021
1 parent 46b8e74 commit 4367e77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Expand Up @@ -467,9 +467,9 @@ version = "0.1.0"

[[package]]
name = "cc"
version = "1.0.69"
version = "1.0.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2"
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
dependencies = [
"jobserver",
]
Expand Down
2 changes: 1 addition & 1 deletion library/unwind/Cargo.toml
Expand Up @@ -20,7 +20,7 @@ compiler_builtins = "0.1.0"
cfg-if = "0.1.8"

[build-dependencies]
cc = "1.0.69"
cc = "1.0.72"

[features]

Expand Down

0 comments on commit 4367e77

Please sign in to comment.