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