forked from M-Labs/nalgebra
Update to rand 0.3
This commit is contained in:
parent
0988b837dc
commit
7dc67f365f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user