Merge pull request #103 from tomaka/patch-1

Update to rand 0.3
This commit is contained in:
Eduard Bopp 2015-03-26 14:37:26 +01:00
commit dd80ec2dbb
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "nalgebra"
version = "0.2.7"
version = "0.2.8"
authors = [ "Sébastien Crozet <developer@crozet.re>" ] # 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