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