From 609cb2db15bcdcb0a3232434a1f7a2d2ca4b7696 Mon Sep 17 00:00:00 2001 From: Tomas Sedovic Date: Thu, 2 Apr 2015 09:52:16 +0200 Subject: [PATCH] Update rand dependency to 0.3.5 This fixes the failures with latest Rust. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d2ee64aec..4987b3d23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,4 +30,4 @@ path = "tcod_sys" version = "2.0.8" [dev-dependencies] -rand = "0.2.1" +rand = "0.3.5"