From f7c99ef3c8f648320531b05dafe460ffeb249719 Mon Sep 17 00:00:00 2001 From: tomaka Date: Fri, 5 Jun 2015 19:14:01 +0200 Subject: [PATCH] Publish 0.0.21 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3ff4dcc..646d928 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cpal" -version = "0.0.20" +version = "0.0.21" authors = ["Pierre Krieger "] description = "Cross-platform audio playing library in pure Rust." repository = "https://github.com/tomaka/cpal"