Переглянути джерело

Bump all num crates to 0.1.32

Josh Stone 9 роки тому
батько
коміт
2e8ce33d84
8 змінених файлів з 8 додано та 8 видалено
  1. 1 1
      Cargo.toml
  2. 1 1
      bigint/Cargo.toml
  3. 1 1
      complex/Cargo.toml
  4. 1 1
      integer/Cargo.toml
  5. 1 1
      iter/Cargo.toml
  6. 1 1
      macros/Cargo.toml
  7. 1 1
      rational/Cargo.toml
  8. 1 1
      traits/Cargo.toml

+ 1 - 1
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.31"
+version = "0.1.32"
 
 [[bench]]
 name = "bigint"

+ 1 - 1
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.0"
+version = "0.1.32"
 
 [dependencies]
 

+ 1 - 1
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.0"
+version = "0.1.32"
 
 [dependencies]
 

+ 1 - 1
integer/Cargo.toml

@@ -7,7 +7,7 @@ keywords = ["mathematics", "numerics"]
 license = "MIT/Apache-2.0"
 repository = "https://github.com/rust-num/num"
 name = "num-integer"
-version = "0.1.0"
+version = "0.1.32"
 
 [dependencies.num-traits]
 path = "../traits"

+ 1 - 1
iter/Cargo.toml

@@ -7,7 +7,7 @@ keywords = ["mathematics", "numerics"]
 license = "MIT/Apache-2.0"
 repository = "https://github.com/rust-num/num"
 name = "num-iter"
-version = "0.1.0"
+version = "0.1.32"
 
 [dependencies]
 

+ 1 - 1
macros/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "num-macros"
-version = "0.1.31"
+version = "0.1.32"
 authors = ["The Rust Project Developers"]
 license = "MIT/Apache-2.0"
 homepage = "https://github.com/rust-num/num"

+ 1 - 1
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.0"
+version = "0.1.32"
 
 [dependencies]
 

+ 1 - 1
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.0"
+version = "0.1.32"
 
 [dependencies]