Bump all num crates to 0.1.32
This commit is contained in:
parent
774bf31ec6
commit
2e8ce33d84
|
@ -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.31"
|
version = "0.1.32"
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
name = "bigint"
|
name = "bigint"
|
||||||
|
|
|
@ -7,7 +7,7 @@ keywords = ["mathematics", "numerics"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
name = "num-bigint"
|
name = "num-bigint"
|
||||||
repository = "https://github.com/rust-num/num"
|
repository = "https://github.com/rust-num/num"
|
||||||
version = "0.1.0"
|
version = "0.1.32"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ keywords = ["mathematics", "numerics"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
name = "num-complex"
|
name = "num-complex"
|
||||||
repository = "https://github.com/rust-num/num"
|
repository = "https://github.com/rust-num/num"
|
||||||
version = "0.1.0"
|
version = "0.1.32"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
||||||
|
|
|
@ -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-integer"
|
name = "num-integer"
|
||||||
version = "0.1.0"
|
version = "0.1.32"
|
||||||
|
|
||||||
[dependencies.num-traits]
|
[dependencies.num-traits]
|
||||||
path = "../traits"
|
path = "../traits"
|
||||||
|
|
|
@ -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-iter"
|
name = "num-iter"
|
||||||
version = "0.1.0"
|
version = "0.1.32"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "num-macros"
|
name = "num-macros"
|
||||||
version = "0.1.31"
|
version = "0.1.32"
|
||||||
authors = ["The Rust Project Developers"]
|
authors = ["The Rust Project Developers"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
homepage = "https://github.com/rust-num/num"
|
homepage = "https://github.com/rust-num/num"
|
||||||
|
|
|
@ -7,7 +7,7 @@ keywords = ["mathematics", "numerics"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
name = "num-rational"
|
name = "num-rational"
|
||||||
repository = "https://github.com/rust-num/num"
|
repository = "https://github.com/rust-num/num"
|
||||||
version = "0.1.0"
|
version = "0.1.32"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,6 @@ 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-traits"
|
name = "num-traits"
|
||||||
version = "0.1.0"
|
version = "0.1.32"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Reference in New Issue