num: require newer traits for moved functions, fixes #206

This commit is contained in:
Josh Stone 2016-07-12 23:24:45 -07:00
parent 29b63410ac
commit e67d4630a2
1 changed files with 2 additions and 2 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.33"
version = "0.1.34"
[[bench]]
name = "bigint"
@ -44,7 +44,7 @@ version = "0.1.32"
[dependencies.num-traits]
path = "./traits"
version = "0.1.32"
version = "0.1.33"
[dev-dependencies]