X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_symbol_mangling%2FCargo.toml;h=4e447eab02e7c9d7e9dd581355282fa6a52de6c9;hb=2a57493fa1e3e59a298bec365a6afb3df7ea5e84;hp=2a29ad6a9e56b9b288de35f41a85bdf7f06d847b;hpb=becc24a23aed2639db3b78acd93ec6d553898583;p=rust.git diff --git a/compiler/rustc_symbol_mangling/Cargo.toml b/compiler/rustc_symbol_mangling/Cargo.toml index 2a29ad6a9e5..4e447eab02e 100644 --- a/compiler/rustc_symbol_mangling/Cargo.toml +++ b/compiler/rustc_symbol_mangling/Cargo.toml @@ -10,6 +10,7 @@ bitflags = "1.2.1" tracing = "0.1" punycode = "0.4.0" rustc-demangle = "0.1.21" +twox-hash = "1.6.3" rustc_span = { path = "../rustc_span" } rustc_middle = { path = "../rustc_middle" }