num: bump to 0.1.40

This commit is contained in:
Josh Stone 2017-07-14 17:42:00 -07:00
parent 4e9b426c30
commit 23d1ab689d
1 changed files with 7 additions and 7 deletions

View File

@ -8,7 +8,7 @@ categories = [ "algorithms", "data-structures", "science" ]
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
repository = "https://github.com/rust-num/num" repository = "https://github.com/rust-num/num"
name = "num" name = "num"
version = "0.1.39" version = "0.1.40"
[[bench]] [[bench]]
name = "bigint" name = "bigint"
@ -22,30 +22,30 @@ name = "shootout-pidigits"
[dependencies.num-bigint] [dependencies.num-bigint]
optional = true optional = true
path = "bigint" path = "bigint"
version = "0.1.39" version = "0.1.40"
[dependencies.num-complex] [dependencies.num-complex]
optional = true optional = true
path = "complex" path = "complex"
version = "0.1.38" version = "0.1.39"
[dependencies.num-integer] [dependencies.num-integer]
path = "./integer" path = "./integer"
version = "0.1.34" version = "0.1.35"
[dependencies.num-iter] [dependencies.num-iter]
optional = false optional = false
path = "iter" path = "iter"
version = "0.1.33" version = "0.1.34"
[dependencies.num-rational] [dependencies.num-rational]
optional = true optional = true
path = "rational" path = "rational"
version = "0.1.38" version = "0.1.39"
[dependencies.num-traits] [dependencies.num-traits]
path = "./traits" path = "./traits"
version = "0.1.39" version = "0.1.40"
[dev-dependencies] [dev-dependencies]