From c72467a57458e2285fd023655cc376a17a3a0a48 Mon Sep 17 00:00:00 2001 From: tomaka Date: Thu, 28 Jan 2016 22:25:16 +0100 Subject: [PATCH] Publish 0.2.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 17101a1..ca52ad7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cpal" -version = "0.2.8" +version = "0.2.9" authors = ["Pierre Krieger "] description = "Cross-platform audio playing library in pure Rust." repository = "https://github.com/tomaka/cpal"