Release 0.5.1.

This commit is contained in:
Sébastien Crozet 2016-01-10 16:16:41 +01:00
parent ca6026e5cb
commit 6bcf43563f
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "nalgebra"
version = "0.5.0"
version = "0.5.1"
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."
@ -20,9 +20,9 @@ path = "src/lib.rs"
arbitrary = ["quickcheck"]
[dependencies]
rustc-serialize = "*"
rand = "*"
num = "*"
rustc-serialize = "0.3.*"
rand = "0.3.*"
num = "0.1.*"
[dependencies.quickcheck]
optional = true