Skip to content

Commit

Permalink
Upgrade lazy_static (RustAudio#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaeroxe authored and tomaka committed Jul 3, 2018
1 parent 77ce5eb commit 568d409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cpal"
version = "0.8.1"
version = "0.8.2"
authors = ["The CPAL contributors", "Pierre Krieger <[email protected]>"]
description = "Low-level cross-platform audio playing library in pure Rust."
repository = "https://github.com/tomaka/cpal"
Expand All @@ -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"
Expand Down

0 comments on commit 568d409

Please sign in to comment.