Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5d61cf9

Browse files
committedNov 13, 2024
Bump cc
1 parent 75609d6 commit 5d61cf9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
 

‎Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎profiler_builtins/Cargo.toml

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

1515
[build-dependencies]
16-
# FIXME: Pinned due to build error when bumped (#132556)
17-
cc = "=1.1.22"
16+
cc = "1.2"

0 commit comments

Comments
 (0)
Failed to load comments.