From 8ec4bc4b6d38221d681b103768e365fc58737176 Mon Sep 17 00:00:00 2001 From: tomaka Date: Tue, 10 Nov 2015 07:52:07 +0100 Subject: [PATCH] Publish 0.2.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 31dac31..1b64b73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cpal" -version = "0.2.7" +version = "0.2.8" authors = ["Pierre Krieger "] description = "Cross-platform audio playing library in pure Rust." repository = "https://github.com/tomaka/cpal"