From: Andrew Paseltiner Date: Thu, 10 Mar 2016 23:56:04 +0000 (-0500) Subject: Replace wildcard dependencies X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=f8b0a412f8672b8c447a11895edc5f7026892d03;p=bit-set.git Replace wildcard dependencies --- diff --git a/Cargo.toml b/Cargo.toml index 426e83c..f32ac2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,9 +11,10 @@ keywords = ["data-structures", "bitset"] readme = "README.md" [dev-dependencies] -rand = "*" +rand = "0.3" -[dependencies.bit-vec] +[dependencies] +bit-vec = "0.4" [features] nightly = []