0.1.36 bump for num, traits, macros, and the new derive
This commit is contained in:
parent
019c136b8c
commit
f25a3bd51d
|
@ -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]
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue