From 0bad33e82c990ea0498472816593dce98a0f8b94 Mon Sep 17 00:00:00 2001 From: tomaka Date: Wed, 24 Jun 2015 22:00:03 +0200 Subject: [PATCH] Publish 0.0.22 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 646d928..df6dae2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cpal" -version = "0.0.21" +version = "0.0.22" authors = ["Pierre Krieger "] description = "Cross-platform audio playing library in pure Rust." repository = "https://github.com/tomaka/cpal"