Skip to content

Commit 8f8261e

Browse files
committed
Update cc
1 parent 65b3877 commit 8f8261e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

library/Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
4242

4343
[[package]]
4444
name = "cc"
45-
version = "1.1.22"
45+
version = "1.2.0"
4646
source = "registry+https://github.com/rust-lang/crates.io-index"
47-
checksum = "9540e661f81799159abee814118cc139a2004b3a3aa3ea37724a1b66530b90e0"
47+
checksum = "1aeb932158bd710538c73702db6945cb68a8fb08c519e6e12706b94263b36db8"
4848
dependencies = [
4949
"shlex",
5050
]

library/profiler_builtins/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ 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+
cc = "1.2"

0 commit comments

Comments
 (0)