Skip to content

Commit

Permalink
Note that cg_llvm's gimli should match the version used elsewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalathar committed Jan 21, 2025
1 parent e04ba39 commit 6278130
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/rustc_codegen_llvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ test = false
[dependencies]
# tidy-alphabetical-start
bitflags = "2.4.1"
# To avoid duplicate dependencies, this should match the version of gimli used
# by `rustc_codegen_ssa` via its `thorin-dwp` dependency.
gimli = "0.30"
itertools = "0.12"
libc = "0.2"
Expand Down

0 comments on commit 6278130

Please sign in to comment.