Bump versions in the num collection

This commit is contained in:
Josh Stone 2017-02-26 14:18:33 -08:00
parent 6632ca8e1b
commit 66ce252494
1 changed files with 7 additions and 7 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.36"
version = "0.1.37"
[[bench]]
name = "bigint"
@ -21,30 +21,30 @@ name = "shootout-pidigits"
[dependencies.num-bigint]
optional = true
path = "bigint"
version = "0.1.35"
version = "0.1.36"
[dependencies.num-complex]
optional = true
path = "complex"
version = "0.1.35"
version = "0.1.36"
[dependencies.num-integer]
path = "./integer"
version = "0.1.32"
version = "0.1.33"
[dependencies.num-iter]
optional = false
path = "iter"
version = "0.1.32"
version = "0.1.33"
[dependencies.num-rational]
optional = true
path = "rational"
version = "0.1.35"
version = "0.1.36"
[dependencies.num-traits]
path = "./traits"
version = "0.1.36"
version = "0.1.37"
[dev-dependencies]