From 6cc9f0f5fda4d2264a002f15ac1b745e2aadf971 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Sat, 10 Jan 2015 21:10:46 +0100 Subject: [PATCH] Bump version number --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index abf71aa..686c780 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cpal" -version = "0.0.8-pre" +version = "0.0.9-pre" authors = ["Pierre Krieger "] description = "Cross-platform audio playing library in pure Rust." repository = "https://github.com/tomaka/cpal" @@ -18,11 +18,11 @@ version = "0" features = ["ole32"] [target.i686-unknown-linux-gnu.dependencies.alsa-sys] -version = "^0.0.1" +version = "0" path = "alsa-sys" [target.x86_64-unknown-linux-gnu.dependencies.alsa-sys] -version = "^0.0.1" +version = "0" path = "alsa-sys" [dev-dependencies]