Skip to content

Commit 628982c

Browse files
committed
Update cc
Recent commits to cc have helped to address rust-lang#83043 and rust-lang#43468
1 parent 6174fa8 commit 628982c

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.67"
17+
cc = "1.0.68"

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 = "1.0.67"
24+
cc = "1.0.68"
2525

2626
[features]
2727
llvm-libunwind = []

0 commit comments

Comments
 (0)