From 8776963e9148af5cb0c57cfb241d9ed94e21df74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Sat, 28 Mar 2015 13:59:15 +0100 Subject: [PATCH] Depend on `rand = "*"` instead of a specific version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 119b5724..f12a1216 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ arbitrary = ["quickcheck"] [dependencies] rustc-serialize = "*" -rand = "0.3" +rand = "*" [dependencies.quickcheck] optional = true