From ab8d63373290d4190cc07bb4e665ee5eba51b22a Mon Sep 17 00:00:00 2001 From: Bastien Orivel Date: Mon, 4 Dec 2017 21:51:26 +0100 Subject: [PATCH] Update lazy_static to 1.0 and bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 25e101ed9b..6ac9ab36db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "servo-glutin" -version = "0.13.2" +version = "0.13.3" authors = ["The glutin contributors, Pierre Krieger "] description = "Cross-platform OpenGL context provider." keywords = ["windowing", "opengl"] @@ -51,4 +51,4 @@ shared_library = "0.1.0" x11-dl = "2.4" [target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os="dragonfly", target_os="openbsd", target_os="windows"))'.dependencies] -lazy_static = "0.2" +lazy_static = "1"