num: bump to 0.1.39

This commit is contained in:
Josh Stone 2017-06-09 11:03:50 -07:00
parent d2defd67f2
commit b1b034f438
1 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ keywords = ["mathematics", "numerics"]
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.38" version = "0.1.39"
[[bench]] [[bench]]
name = "bigint" name = "bigint"
@ -21,7 +21,7 @@ name = "shootout-pidigits"
[dependencies.num-bigint] [dependencies.num-bigint]
optional = true optional = true
path = "bigint" path = "bigint"
version = "0.1.38" version = "0.1.39"
[dependencies.num-complex] [dependencies.num-complex]
optional = true optional = true
@ -40,11 +40,11 @@ version = "0.1.33"
[dependencies.num-rational] [dependencies.num-rational]
optional = true optional = true
path = "rational" path = "rational"
version = "0.1.37" version = "0.1.38"
[dependencies.num-traits] [dependencies.num-traits]
path = "./traits" path = "./traits"
version = "0.1.38" version = "0.1.39"
[dev-dependencies] [dev-dependencies]