From 381d599155935189559dcc4f38b0291fb2238916 Mon Sep 17 00:00:00 2001 From: mitchmindtree Date: Sat, 29 Apr 2017 01:04:13 +1000 Subject: [PATCH] Publish 0.4.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a8198d8..7c13539 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cpal" -version = "0.4.4" +version = "0.4.5" authors = ["The CPAL contributors", "Pierre Krieger "] description = "Low-level cross-platform audio playing library in pure Rust." repository = "https://github.com/tomaka/cpal"