From e5f127b4601a631038bcf92171d456aee9c386ec Mon Sep 17 00:00:00 2001 From: tomaka Date: Sat, 20 Aug 2016 07:35:53 +0200 Subject: [PATCH] Bump to 0.3.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 217d8b5..42d57fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cpal" -version = "0.3.0" +version = "0.3.1" authors = ["The CPAL contributors", "Pierre Krieger "] description = "Low-level cross-platform audio playing library in pure Rust." repository = "https://github.com/tomaka/cpal"