From 46b18260d917425be6d55821f539c88933ee340b Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sun, 25 Mar 2018 23:52:55 -0700 Subject: [PATCH] More effort to only compile Cargo once Hopefully one final change necessary for rust-lang/rust#49053 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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", -- 2.30.2