Skip to content

Commit

Permalink
Update cc to 1.0.103
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Sep 27, 2024
1 parent 09e43e6 commit e52d2be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions library/Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"

[[package]]
name = "cc"
version = "1.0.101"
version = "1.0.103"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac367972e516d45567c7eafc73d24e1c193dcf200a8d94e9db7b3d38b349572d"
checksum = "2755ff20a1d93490d26ba33a6f092a38a508398a5320df5d4b3014fcccce9410"

[[package]]
name = "cfg-if"
Expand Down
2 changes: 1 addition & 1 deletion library/profiler_builtins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ compiler_builtins = { version = "0.1.0", features = ['rustc-dep-of-std'] }
[build-dependencies]
# FIXME: updates past a certain point haven't been able to merge successfully.
# See rust-lang/rust#130720.
cc = "=1.0.101"
cc = "=1.0.103"

0 comments on commit e52d2be

Please sign in to comment.