num: bump to 0.1.41
Syncing the metacrate to the latest of all subcrates.
This commit is contained in:
parent
98cb815183
commit
c24f76781b
10
Cargo.toml
10
Cargo.toml
|
@ -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.40"
|
version = "0.1.41"
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
travis-ci = { repository = "rust-num/num" }
|
travis-ci = { repository = "rust-num/num" }
|
||||||
|
@ -25,12 +25,12 @@ name = "shootout-pidigits"
|
||||||
[dependencies.num-bigint]
|
[dependencies.num-bigint]
|
||||||
optional = true
|
optional = true
|
||||||
path = "bigint"
|
path = "bigint"
|
||||||
version = "0.1.40"
|
version = "0.1.41"
|
||||||
|
|
||||||
[dependencies.num-complex]
|
[dependencies.num-complex]
|
||||||
optional = true
|
optional = true
|
||||||
path = "complex"
|
path = "complex"
|
||||||
version = "0.1.39"
|
version = "0.1.41"
|
||||||
|
|
||||||
[dependencies.num-integer]
|
[dependencies.num-integer]
|
||||||
path = "./integer"
|
path = "./integer"
|
||||||
|
@ -44,11 +44,11 @@ version = "0.1.34"
|
||||||
[dependencies.num-rational]
|
[dependencies.num-rational]
|
||||||
optional = true
|
optional = true
|
||||||
path = "rational"
|
path = "rational"
|
||||||
version = "0.1.39"
|
version = "0.1.40"
|
||||||
|
|
||||||
[dependencies.num-traits]
|
[dependencies.num-traits]
|
||||||
path = "./traits"
|
path = "./traits"
|
||||||
version = "0.1.40"
|
version = "0.1.41"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue