Browse Source

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

Josh Stone 8 years ago
parent
commit
e67d4630a2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Cargo.toml

+ 2 - 2
Cargo.toml

@@ -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]