From: Alex Crichton Date: Mon, 26 Mar 2018 06:52:55 +0000 (-0700) Subject: More effort to only compile Cargo once X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~2^2~9^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=46b18260d917425be6d55821f539c88933ee340b;p=cargo.git More effort to only compile Cargo once Hopefully one final change necessary for rust-lang/rust#49053 --- diff --git a/Cargo.toml b/Cargo.toml index c09a76995..5dc3e01a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,6 +72,7 @@ features = [ "jobapi2", "minwindef", "ntdef", + "ntstatus", "processenv", "processthreadsapi", "psapi",