diff options
| author | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2019-05-30 22:58:49 +0300 |
|---|---|---|
| committer | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2019-05-31 18:23:02 +0300 |
| commit | e89890514149d31872ba486bbce2f762a2d99f88 (patch) | |
| tree | 8083522454ec698f10804e39fab1533bca4bbc29 /src | |
| parent | db4c783319d60ba2e4c93ac0b6a295f345a9c544 (diff) | |
Update rustc-demangle version.
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustc_codegen_llvm/Cargo.toml | 2 | ||||
| -rw-r--r-- | src/librustc_codegen_ssa/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/librustc_codegen_llvm/Cargo.toml b/src/librustc_codegen_llvm/Cargo.toml index 841cf98164e..4ae8303c76d 100644 --- a/src/librustc_codegen_llvm/Cargo.toml +++ b/src/librustc_codegen_llvm/Cargo.toml @@ -13,7 +13,7 @@ test = false [dependencies] cc = "1.0.1" # Used to locate MSVC num_cpus = "1.0" -rustc-demangle = "0.1.4" +rustc-demangle = "0.1.15" rustc_llvm = { path = "../librustc_llvm" } memmap = "0.6" diff --git a/src/librustc_codegen_ssa/Cargo.toml b/src/librustc_codegen_ssa/Cargo.toml index af99d39182c..0b34ec8e8bc 100644 --- a/src/librustc_codegen_ssa/Cargo.toml +++ b/src/librustc_codegen_ssa/Cargo.toml @@ -14,7 +14,7 @@ test = false bitflags = "1.0.4" cc = "1.0.1" num_cpus = "1.0" -rustc-demangle = "0.1.4" +rustc-demangle = "0.1.15" memmap = "0.6" log = "0.4.5" libc = "0.2.44" |
