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"
|
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.35"
|
version = "0.1.36"
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
name = "bigint"
|
name = "bigint"
|
||||||
|
@ -44,7 +44,7 @@ version = "0.1.35"
|
||||||
|
|
||||||
[dependencies.num-traits]
|
[dependencies.num-traits]
|
||||||
path = "./traits"
|
path = "./traits"
|
||||||
version = "0.1.35"
|
version = "0.1.36"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ keywords = ["mathematics", "numerics"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
name = "num-derive"
|
name = "num-derive"
|
||||||
repository = "https://github.com/rust-num/num"
|
repository = "https://github.com/rust-num/num"
|
||||||
version = "0.1.33"
|
version = "0.1.36"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
quote = "0.1.3"
|
quote = "0.1.3"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "num-macros"
|
name = "num-macros"
|
||||||
version = "0.1.33"
|
version = "0.1.36"
|
||||||
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,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.35"
|
version = "0.1.36"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Reference in New Issue