From 6ffdcd5343fffabffd7472e60962a72405f52f93 Mon Sep 17 00:00:00 2001 From: tomaka Date: Wed, 22 Jul 2015 15:19:21 +0200 Subject: [PATCH] Publish 0.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c72d482..5a0f1e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cpal" -version = "0.1.1" +version = "0.1.2" authors = ["Pierre Krieger "] description = "Cross-platform audio playing library in pure Rust." repository = "https://github.com/tomaka/cpal"