Skip to content

Commit 333d311

Browse files
committed
Bump cc dependency
1 parent 4428a05 commit 333d311

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

library/profiler_builtins/Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ core = { path = "../core" }
1313
compiler_builtins = { version = "0.1.0", features = ['rustc-dep-of-std'] }
1414

1515
[build-dependencies]
16-
cc = "1.0.97"
16+
# FIXME: updates past a certain point haven't been able to merge successfully.
17+
# See rust-lang/rust#130720.
18+
cc = "=1.0.99"

0 commit comments

Comments
 (0)