1
Fork 0

Note that cg_llvm's gimli should match the version used elsewhere

This commit is contained in:
Zalathar 2025-01-06 21:36:38 +11:00
parent 32f1c1d85e
commit d10bdafa26

View file

@ -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"