diff --git a/Cargo.toml b/Cargo.toml index d435a0a..023e077 100644 --- a/Cargo.toml +++ b/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.34" +version = "0.1.35" [[bench]] name = "bigint" @@ -21,12 +21,12 @@ name = "shootout-pidigits" [dependencies.num-bigint] optional = true path = "bigint" -version = "0.1.32" +version = "0.1.35" [dependencies.num-complex] optional = true path = "complex" -version = "0.1.32" +version = "0.1.35" [dependencies.num-integer] path = "./integer" @@ -40,11 +40,11 @@ version = "0.1.32" [dependencies.num-rational] optional = true path = "rational" -version = "0.1.32" +version = "0.1.35" [dependencies.num-traits] path = "./traits" -version = "0.1.33" +version = "0.1.35" [dev-dependencies] diff --git a/bigint/Cargo.toml b/bigint/Cargo.toml index 2c01cc3..0c21b46 100644 --- a/bigint/Cargo.toml +++ b/bigint/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["mathematics", "numerics"] license = "MIT/Apache-2.0" name = "num-bigint" repository = "https://github.com/rust-num/num" -version = "0.1.33" +version = "0.1.35" [dependencies] diff --git a/complex/Cargo.toml b/complex/Cargo.toml index 4687574..b50080a 100644 --- a/complex/Cargo.toml +++ b/complex/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["mathematics", "numerics"] license = "MIT/Apache-2.0" name = "num-complex" repository = "https://github.com/rust-num/num" -version = "0.1.33" +version = "0.1.35" [dependencies] diff --git a/rational/Cargo.toml b/rational/Cargo.toml index 67621e5..7aea861 100644 --- a/rational/Cargo.toml +++ b/rational/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["mathematics", "numerics"] license = "MIT/Apache-2.0" name = "num-rational" repository = "https://github.com/rust-num/num" -version = "0.1.32" +version = "0.1.35" [dependencies] diff --git a/traits/Cargo.toml b/traits/Cargo.toml index fa7a508..a8c2e87 100644 --- a/traits/Cargo.toml +++ b/traits/Cargo.toml @@ -7,6 +7,6 @@ keywords = ["mathematics", "numerics"] license = "MIT/Apache-2.0" repository = "https://github.com/rust-num/num" name = "num-traits" -version = "0.1.34" +version = "0.1.35" [dependencies]