From deac7daca1e1bdecad181db87d502b5b58a75fd1 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 4 Dec 2017 14:22:01 +0100 Subject: [PATCH] bump lazy_static to 1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6be89ec7d..585bac459 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/nagisa/rust_libloading/" documentation = "https://docs.rs/libloading/" [dependencies] -lazy_static = "0.2" +lazy_static = "1" [target.'cfg(windows)'.dependencies] winapi = "0.2"