From 6ecc5f50781e485360734937e1e86a534fead161 Mon Sep 17 00:00:00 2001 From: tomaka Date: Fri, 11 Sep 2015 10:02:52 +0200 Subject: [PATCH] Publish 0.2.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a490526..dfed4c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cpal" -version = "0.2.1" +version = "0.2.2" authors = ["Pierre Krieger "] description = "Cross-platform audio playing library in pure Rust." repository = "https://github.com/tomaka/cpal"