From b30fc84124fa325a149944d42ece165ecf94c13a Mon Sep 17 00:00:00 2001 From: tomaka Date: Sun, 10 Jul 2016 20:25:11 +0200 Subject: [PATCH] Update to 0.2.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ac5b996..0d8b19e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cpal" -version = "0.2.11" +version = "0.2.12" authors = ["Pierre Krieger "] description = "Cross-platform audio playing library in pure Rust." repository = "https://github.com/tomaka/cpal"