From 1f8336b190f5a82fb01bb276110d19da91270853 Mon Sep 17 00:00:00 2001 From: sebcrozet Date: Thu, 19 Jul 2018 21:40:32 +0200 Subject: [PATCH] Update dependencies. --- alga/Cargo.toml | 4 ++-- ci/build.sh | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/alga/Cargo.toml b/alga/Cargo.toml index 1d1b4f1..ceaed1e 100644 --- a/alga/Cargo.toml +++ b/alga/Cargo.toml @@ -19,8 +19,8 @@ std = [] [dependencies] num-traits = { version = "0.2", default-features = false } -approx = { version = "0.2", default-features = false } -decimal = { version = "1.0", optional = true } +approx = { version = "0.3", default-features = false } +decimal = { version = "2.0", optional = true } num-complex = { version = "0.2", default-features = false } [dev-dependencies] diff --git a/ci/build.sh b/ci/build.sh index b8b7882..2e146d2 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -5,6 +5,7 @@ set -ev DIR=`pwd`; if [ -z "$NO_STD" ]; then + cd "$DIR/alga" && cargo build --verbose --features "decimal"; cd "$DIR/alga" && cargo build --verbose; cd "$DIR/alga_derive" && cargo build --verbose; rustup target install wasm32-unknown-unknown