Note that cg_llvm's gimli should match the version used elsewhere
This commit is contained in:
parent
32f1c1d85e
commit
d10bdafa26
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ test = false
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# tidy-alphabetical-start
|
# tidy-alphabetical-start
|
||||||
bitflags = "2.4.1"
|
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"
|
gimli = "0.30"
|
||||||
itertools = "0.12"
|
itertools = "0.12"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue