From 6c5bc52a5f98d04fb7805dd5832b8f0e9c79eef9 Mon Sep 17 00:00:00 2001 From: Joe Wilm Date: Tue, 9 May 2017 09:55:10 -0700 Subject: [PATCH] Bump Cargo.toml version to match crates.io This makes is possible for consumers to use cargo [replace] with the latest Glutin. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 31c72d1e..23adc010 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.6.3" +version = "0.6.4" authors = ["The winit contributors, Pierre Krieger "] description = "Cross-platform window creation library." keywords = ["windowing"]