From 7dc67f365f4b738854cbc5107567b612df18d696 Mon Sep 17 00:00:00 2001 From: tomaka Date: Thu, 26 Mar 2015 06:48:13 +0100 Subject: [PATCH] Update to rand 0.3 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 814ae862..119b5724 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra" -version = "0.2.7" +version = "0.2.8" authors = [ "Sébastien Crozet " ] # FIXME: add the contributors. description = "Linear algebra library for computer physics, computer graphics and general low-dimensional linear algebra for Rust." @@ -21,7 +21,7 @@ arbitrary = ["quickcheck"] [dependencies] rustc-serialize = "*" -rand = "0.2" +rand = "0.3" [dependencies.quickcheck] optional = true