Skip to content

Commit

Permalink
Merge pull request #13 from bluss/num-features
Browse files Browse the repository at this point in the history
Use only feature `complex` from num
  • Loading branch information
mikkyang committed Dec 18, 2015
2 parents fb714c9 + 01d311b commit d1d8a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ license = "MIT"
build = "build.rs"

[dependencies]
num = "0.1"
num = { version = "0.1", default-features = false, features = ["complex"] }
libc = "0.2"

0 comments on commit d1d8a9b

Please sign in to comment.