From 6b6aa84afde5e826c610f8d4879e179329e7b42e Mon Sep 17 00:00:00 2001 From: orhanbalci Date: Mon, 20 Nov 2017 21:59:43 +0300 Subject: [PATCH] dependency versions fixed --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c9eb4259..0a0749bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,14 +13,14 @@ readme = "README.md" categories = ["game-engines"] [dependencies] -alga = "*" +alga = "0.5.2" derive_builder = "0.5.0" -nalgebra = "*" -num-traits = "*" +nalgebra = "0.13.1" +num-traits = "0.1.40" [dev-dependencies] -termion = "*" -tui = "*" +termion = "1.5.1" +tui = "0.1.3" [[example]] name="testbehaviors"