Skip to content

Commit 5f32537

Browse files
committed
update cc crate
To pull in this fix: rust-lang/cc-rs@801a87b
1 parent a868907 commit 5f32537

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

profiler_builtins/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ core = { path = "../core" }
1414
compiler_builtins = { version = "0.1.0", features = ['rustc-dep-of-std'] }
1515

1616
[build-dependencies]
17-
cc = "1.0.1"
17+
cc = "1.0.67"

unwind/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ compiler_builtins = "0.1.0"
2121
cfg-if = "0.1.8"
2222

2323
[build-dependencies]
24-
cc = { version = "1.0.1" }
24+
cc = "1.0.67"
2525

2626
[features]
2727
llvm-libunwind = []

0 commit comments

Comments
 (0)