Bump versions in the num collection
This commit is contained in:
parent
6632ca8e1b
commit
66ce252494
14
Cargo.toml
14
Cargo.toml
|
@ -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.36"
|
version = "0.1.37"
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
name = "bigint"
|
name = "bigint"
|
||||||
|
@ -21,30 +21,30 @@ name = "shootout-pidigits"
|
||||||
[dependencies.num-bigint]
|
[dependencies.num-bigint]
|
||||||
optional = true
|
optional = true
|
||||||
path = "bigint"
|
path = "bigint"
|
||||||
version = "0.1.35"
|
version = "0.1.36"
|
||||||
|
|
||||||
[dependencies.num-complex]
|
[dependencies.num-complex]
|
||||||
optional = true
|
optional = true
|
||||||
path = "complex"
|
path = "complex"
|
||||||
version = "0.1.35"
|
version = "0.1.36"
|
||||||
|
|
||||||
[dependencies.num-integer]
|
[dependencies.num-integer]
|
||||||
path = "./integer"
|
path = "./integer"
|
||||||
version = "0.1.32"
|
version = "0.1.33"
|
||||||
|
|
||||||
[dependencies.num-iter]
|
[dependencies.num-iter]
|
||||||
optional = false
|
optional = false
|
||||||
path = "iter"
|
path = "iter"
|
||||||
version = "0.1.32"
|
version = "0.1.33"
|
||||||
|
|
||||||
[dependencies.num-rational]
|
[dependencies.num-rational]
|
||||||
optional = true
|
optional = true
|
||||||
path = "rational"
|
path = "rational"
|
||||||
version = "0.1.35"
|
version = "0.1.36"
|
||||||
|
|
||||||
[dependencies.num-traits]
|
[dependencies.num-traits]
|
||||||
path = "./traits"
|
path = "./traits"
|
||||||
version = "0.1.36"
|
version = "0.1.37"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue