From 6e8f51de09ebb45489d741262dfdf5255d853a1e Mon Sep 17 00:00:00 2001 From: ferris Date: Thu, 19 Jan 2017 16:06:17 +0100 Subject: [PATCH] Bump crate version to 0.4.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e608251..69c548b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cpal" -version = "0.4.1" +version = "0.4.2" authors = ["The CPAL contributors", "Pierre Krieger "] description = "Low-level cross-platform audio playing library in pure Rust." repository = "https://github.com/tomaka/cpal"