From c2c43b80b307a772f349753efc91f64bdd458151 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Sun, 18 Jan 2015 13:48:43 +0100 Subject: Fix for changes in winapi --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 46d9bd1..b7a148c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,9 +45,9 @@ git = "https://github.com/servo/rust-core-foundation" git = "https://github.com/servo/rust-core-foundation" [target.i686-pc-windows-gnu.dependencies.winapi] -version = "*" +version = "0.0.5" features = ["gdi32", "kernel32", "user32"] [target.x86_64-pc-windows-gnu.dependencies.winapi] -version = "*" +version = "0.0.5" features = ["gdi32", "kernel32", "user32"] -- cgit v1.2.3