Skip to content

Commit d5f2e5d

Browse files
committed
Update cc to 1.0.104
1 parent e52d2be commit d5f2e5d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: 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.103"
45+
version = "1.0.104"
4646
source = "registry+https://github.com/rust-lang/crates.io-index"
47-
checksum = "2755ff20a1d93490d26ba33a6f092a38a508398a5320df5d4b3014fcccce9410"
47+
checksum = "74b6a57f98764a267ff415d50a25e6e166f3831a5071af4995296ea97d210490"
4848

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

Diff for: 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.103"
18+
cc = "=1.0.104"

0 commit comments

Comments
 (0)