diff --git a/Cargo.toml b/Cargo.toml index bc4cf3f..8c299ad 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.38" +version = "0.1.39" [[bench]] name = "bigint" @@ -21,7 +21,7 @@ name = "shootout-pidigits" [dependencies.num-bigint] optional = true path = "bigint" -version = "0.1.38" +version = "0.1.39" [dependencies.num-complex] optional = true @@ -40,11 +40,11 @@ version = "0.1.33" [dependencies.num-rational] optional = true path = "rational" -version = "0.1.37" +version = "0.1.38" [dependencies.num-traits] path = "./traits" -version = "0.1.38" +version = "0.1.39" [dev-dependencies]