num: require newer traits for moved functions, fixes #206
This commit is contained in:
parent
29b63410ac
commit
e67d4630a2
|
@ -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.33"
|
version = "0.1.34"
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
name = "bigint"
|
name = "bigint"
|
||||||
|
@ -44,7 +44,7 @@ version = "0.1.32"
|
||||||
|
|
||||||
[dependencies.num-traits]
|
[dependencies.num-traits]
|
||||||
path = "./traits"
|
path = "./traits"
|
||||||
version = "0.1.32"
|
version = "0.1.33"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue