Skip to content

Commit a4a9132

Browse files
committed
Pin library cc to 1.0.100
1 parent a39a92e commit a4a9132

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.0.105"
45+
version = "1.0.100"
4646
source = "registry+https://github.com/rust-lang/crates.io-index"
47-
checksum = "5208975e568d83b6b05cc0a063c8e7e9acc2b43bee6da15616a5b73e109d7437"
47+
checksum = "c891175c3fb232128f48de6590095e59198bbeb8620c310be349bfc3afd12c7b"
4848

4949
[[package]]
5050
name = "cfg-if"

library/profiler_builtins/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ compiler_builtins = { version = "0.1.0", features = ['rustc-dep-of-std'] }
1515
[build-dependencies]
1616
# FIXME: updates past a certain point haven't been able to merge successfully.
1717
# See rust-lang/rust#130720.
18-
cc = "=1.0.105"
18+
cc = "=1.0.100"

0 commit comments

Comments
 (0)