From 568d4097e78abb263079bc0f5904d0a20e205ca7 Mon Sep 17 00:00:00 2001 From: Jacob Kiesel Date: Tue, 3 Jul 2018 13:07:08 -0600 Subject: [PATCH] Upgrade lazy_static (#232) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 843ac8c..4a91a4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cpal" -version = "0.8.1" +version = "0.8.2" authors = ["The CPAL contributors", "Pierre Krieger "] description = "Low-level cross-platform audio playing library in pure Rust." repository = "https://github.com/tomaka/cpal" @@ -9,7 +9,7 @@ license = "Apache-2.0" keywords = ["audio", "sound"] [dependencies] -lazy_static = "0.2" +lazy_static = "1.0" [dev-dependencies] hound = "3.0"