From 41d86ce17b95077ec29352b1236c4b512e53972e Mon Sep 17 00:00:00 2001 From: Geoffroy Couprie Date: Tue, 12 Jan 2016 17:16:15 +0100 Subject: [PATCH] Do not use a wildcard version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 27830ce..23fce7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ version = "0" path = "alsa-sys" [target.x86_64-apple-darwin.dependencies] -coreaudio-rs = "*" +coreaudio-rs = "~0.4.0" [dev-dependencies] vorbis = "0"