about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm
diff options
context:
space:
mode:
authorvarkor <github@varkor.com>2020-10-21 21:11:11 +0100
committervarkor <github@varkor.com>2020-10-21 21:11:11 +0100
commit878c97e70c01d588c5a96d04f02b1c9298e94ecc (patch)
treeed8d7cc9ef0d62d441303b6355a4be0e134410e0 /compiler/rustc_codegen_llvm
parenta797801532359d8019eb89e75e509028327b9763 (diff)
downloadrust-878c97e70c01d588c5a96d04f02b1c9298e94ecc.tar.gz
rust-878c97e70c01d588c5a96d04f02b1c9298e94ecc.zip
Update to rustc-demangle 0.1.18
Diffstat (limited to 'compiler/rustc_codegen_llvm')
-rw-r--r--compiler/rustc_codegen_llvm/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/Cargo.toml b/compiler/rustc_codegen_llvm/Cargo.toml
index 3856582dc34..586b9d08374 100644
--- a/compiler/rustc_codegen_llvm/Cargo.toml
+++ b/compiler/rustc_codegen_llvm/Cargo.toml
@@ -15,7 +15,7 @@ measureme = "0.7.1"
 snap = "1"
 tracing = "0.1"
 rustc_middle = { path = "../rustc_middle" }
-rustc-demangle = "0.1.17"
+rustc-demangle = "0.1.18"
 rustc_attr = { path = "../rustc_attr" }
 rustc_codegen_ssa = { path = "../rustc_codegen_ssa" }
 rustc_data_structures = { path = "../rustc_data_structures" }