From 622b3b248ee287b5f04c7e7c762740165e895493 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Sun, 21 May 2017 21:41:06 -0700 Subject: [PATCH] Update 'winit' dependency in README It now matches the current release line, 0.6.x --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6d66853..c0c90b73 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ```toml [dependencies] -winit = "0.5" +winit = "0.6" ``` ## [Documentation](https://docs.rs/winit)