aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 63432fa..e6b8aab 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,13 +39,13 @@ glutin_core_foundation = "0"
[target.i686-pc-windows-gnu.dependencies]
winapi = "0.1"
gdi32-sys = "0.1"
-user32-sys = "0.1"
+user32-sys = "~0.1.1"
kernel32-sys = "0.1"
[target.x86_64-pc-windows-gnu.dependencies]
winapi = "0.1"
gdi32-sys = "0.1"
-user32-sys = "0.1"
+user32-sys = "~0.1.1"
kernel32-sys = "0.1"
[target.i686-unknown-linux-gnu.dependencies]