From a8b0aee08e5cdea41cfe7d44106ad90a8d0a955e Mon Sep 17 00:00:00 2001 From: tomaka Date: Sat, 11 Jul 2015 15:14:49 +0200 Subject: [PATCH] Bump to 0.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 910a1e8..51c07ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cpal" -version = "0.0.23" +version = "0.1.0" authors = ["Pierre Krieger "] description = "Cross-platform audio playing library in pure Rust." repository = "https://github.com/tomaka/cpal"