Skip to content

Commit

Permalink
Run cargo update and update licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
clubby789 committed Nov 13, 2024
1 parent 33fa870 commit 5ba28a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion profiler_builtins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ core = { path = "../core" }
compiler_builtins = { version = "0.1.0", features = ['rustc-dep-of-std'] }

[build-dependencies]
cc = "1.0.97"
# FIXME: Pinned due to build error when bumped (#132556)
cc = "=1.1.22"

0 comments on commit 5ba28a4

Please sign in to comment.