From 3554dd41b1b4d258ec39854dff1d39f6afcee364 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Tue, 23 Dec 2014 16:55:32 +0100 Subject: [PATCH] 0.0.4 -> 0.0.5-pre --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1369874..3019926 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cpal" -version = "0.0.4-pre" +version = "0.0.5-pre" authors = ["Pierre Krieger "] description = "Cross-platform audio playing library in pure Rust." repository = "https://github.com/tomaka/cpal"