From 5c33787f486310f93847da8e3cc160568d768cb6 Mon Sep 17 00:00:00 2001 From: Nikita Chashchinskii Date: Sat, 4 Feb 2017 07:40:06 +0300 Subject: [PATCH] Bump crate version to 0.4.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9c9b96e..32f9204 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cpal" -version = "0.4.3" +version = "0.4.4" authors = ["The CPAL contributors", "Pierre Krieger "] description = "Low-level cross-platform audio playing library in pure Rust." repository = "https://github.com/tomaka/cpal"