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"
repository = "https://github.com/rust-num/num"
name = "num"
version = "0.1.38"
version = "0.1.39"
[[bench]]
name = "bigint"
@ -21,7 +21,7 @@ name = "shootout-pidigits"
[dependencies.num-bigint]
optional = true
path = "bigint"
version = "0.1.38"
version = "0.1.39"
[dependencies.num-complex]
optional = true
@ -40,11 +40,11 @@ version = "0.1.33"
[dependencies.num-rational]
optional = true
path = "rational"
version = "0.1.37"
version = "0.1.38"
[dependencies.num-traits]
path = "./traits"
version = "0.1.38"
version = "0.1.39"
[dev-dependencies]