From 9a17c2eb8697d9931761bec10663675b309d4782 Mon Sep 17 00:00:00 2001 From: mitchmindtree Date: Sat, 24 Jun 2017 12:26:15 +1000 Subject: [PATCH] Publish version 0.7.0 Includes: - Recent removal of sync (breaking change) #191. - Wayland fixes: #190, #188, #181 - X11 fixes: #174, #178, --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 164f9562..3026f1e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.6.4" +version = "0.7.0" authors = ["The winit contributors, Pierre Krieger "] description = "Cross-platform window creation library." keywords = ["windowing"]