diff --git a/integer/Cargo.toml b/integer/Cargo.toml index b21bfd1..5a928b4 100644 --- a/integer/Cargo.toml +++ b/integer/Cargo.toml @@ -8,7 +8,7 @@ categories = [ "algorithms", "science" ] license = "MIT/Apache-2.0" repository = "https://github.com/rust-num/num" name = "num-integer" -version = "0.1.34" +version = "0.1.35" [dependencies.num-traits] path = "../traits"