Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebcrozet committed Jul 19, 2018
1 parent eae94d0 commit 1f8336b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alga/Cargo.toml
Expand Up @@ -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]
Expand Down
1 change: 1 addition & 0 deletions ci/build.sh
Expand Up @@ -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
Expand Down

0 comments on commit 1f8336b

Please sign in to comment.