From 6ea6e62075f21642bfd94b00bf641ea3fe4208c5 Mon Sep 17 00:00:00 2001 From: gnzlbg Date: Tue, 26 Mar 2019 11:03:19 +0100 Subject: [PATCH] Update jemalloc-sys to version 0.3.0 --- src/rustc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rustc/Cargo.toml b/src/rustc/Cargo.toml index e601a1f82377f..997d139383798 100644 --- a/src/rustc/Cargo.toml +++ b/src/rustc/Cargo.toml @@ -17,7 +17,7 @@ rustc_driver = { path = "../librustc_driver" } rustc_codegen_ssa = { path = "../librustc_codegen_ssa" } [dependencies.jemalloc-sys] -version = '0.1.8' +version = '0.3.0' optional = true features = ['unprefixed_malloc_on_supported_platforms']