0.1.36 bump for num, traits, macros, and the new derive

This commit is contained in:
Josh Stone 2016-09-29 23:31:23 -07:00
parent 019c136b8c
commit f25a3bd51d
4 changed files with 5 additions and 5 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.35"
version = "0.1.36"
[[bench]]
name = "bigint"
@ -44,7 +44,7 @@ version = "0.1.35"
[dependencies.num-traits]
path = "./traits"
version = "0.1.35"
version = "0.1.36"
[dev-dependencies]

View File

@ -7,7 +7,7 @@ keywords = ["mathematics", "numerics"]
license = "MIT/Apache-2.0"
name = "num-derive"
repository = "https://github.com/rust-num/num"
version = "0.1.33"
version = "0.1.36"
[dependencies]
quote = "0.1.3"

View File

@ -1,6 +1,6 @@
[package]
name = "num-macros"
version = "0.1.33"
version = "0.1.36"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/rust-num/num"

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.35"
version = "0.1.36"
[dependencies]