From 6bcf43563f333433acba2ae1e80df663be79293e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Sun, 10 Jan 2016 16:16:41 +0100 Subject: [PATCH] Release 0.5.1. --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0af85e33..2baf9bcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra" -version = "0.5.0" +version = "0.5.1" 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." @@ -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