Skip to content

Commit 5ba28a4

Browse files
committed
Run cargo update and update licenses
1 parent 33fa870 commit 5ba28a4

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Cargo.lock

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

profiler_builtins/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ 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: Pinned due to build error when bumped (#132556)
17+
cc = "=1.1.22"

0 commit comments

Comments
 (0)