Skip to content

Commit 18129b6

Browse files
committed
Upgrade cc to 1.0.76
1 parent a9d7cfc commit 18129b6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -489,9 +489,9 @@ version = "0.1.0"
489489

490490
[[package]]
491491
name = "cc"
492-
version = "1.0.74"
492+
version = "1.0.76"
493493
source = "registry+https://github.com/rust-lang/crates.io-index"
494-
checksum = "581f5dba903aac52ea3feb5ec4810848460ee833876f1f9b0fdeab1f19091574"
494+
checksum = "76a284da2e6fe2092f2353e51713435363112dfd60030e22add80be333fb928f"
495495
dependencies = [
496496
"jobserver",
497497
]

library/unwind/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ compiler_builtins = "0.1.0"
2020
cfg-if = "0.1.8"
2121

2222
[build-dependencies]
23-
cc = "1.0.74"
23+
cc = "1.0.76"
2424

2525
[features]
2626

0 commit comments

Comments
 (0)