Bump all num crates to 0.1.32

This commit is contained in:
Josh Stone 2016-04-14 00:17:42 -07:00
parent 774bf31ec6
commit 2e8ce33d84
8 changed files with 8 additions and 8 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.31"
version = "0.1.32"
[[bench]]
name = "bigint"

View File

@ -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]

View File

@ -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]

View File

@ -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"

View File

@ -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]

View File

@ -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"

View File

@ -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]

View File

@ -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]