From 85cae45e64eb024ba324723cd3a60fa0be073d20 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Thu, 17 May 2018 15:52:49 +0000 Subject: [PATCH] Bump rustc_demangle version Otherwise some objdump output would not parse correctly. --- library/stdarch/crates/stdsimd-test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/stdarch/crates/stdsimd-test/Cargo.toml b/library/stdarch/crates/stdsimd-test/Cargo.toml index 23033f8a4f42..516b81488488 100644 --- a/library/stdarch/crates/stdsimd-test/Cargo.toml +++ b/library/stdarch/crates/stdsimd-test/Cargo.toml @@ -9,4 +9,4 @@ simd-test-macro = { path = "../simd-test-macro" } backtrace = "0.3" cc = "1.0" lazy_static = "0.2" -rustc-demangle = "0.1" +rustc-demangle = "0.1.8"