From 36f935a81a4d26515b17e3013af903552f6e9eb7 Mon Sep 17 00:00:00 2001 From: Chris Butler Date: Sat, 12 Jan 2019 21:54:12 -0500 Subject: [PATCH] Update lazy_static version to match shared_library's --- ash/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ash/Cargo.toml b/ash/Cargo.toml index 886fea6..493ce05 100644 --- a/ash/Cargo.toml +++ b/ash/Cargo.toml @@ -11,7 +11,7 @@ documentation = "https://docs.rs/ash" [dependencies] shared_library = "0.1.9" -lazy_static = "0.2.1" +lazy_static = "1" [features] default = []