浏览代码

0.1.36 bump for num, traits, macros, and the new derive

Josh Stone 8 年之前
父节点
当前提交
f25a3bd51d
共有 4 个文件被更改,包括 5 次插入5 次删除
  1. 2 2
      Cargo.toml
  2. 1 1
      derive/Cargo.toml
  3. 1 1
      macros/Cargo.toml
  4. 1 1
      traits/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.35"
+version = "0.1.36"
 
 [[bench]]
 name = "bigint"
@@ -44,7 +44,7 @@ version = "0.1.35"
 
 [dependencies.num-traits]
 path = "./traits"
-version = "0.1.35"
+version = "0.1.36"
 
 [dev-dependencies]
 

+ 1 - 1
derive/Cargo.toml

@@ -7,7 +7,7 @@ keywords = ["mathematics", "numerics"]
 license = "MIT/Apache-2.0"
 name = "num-derive"
 repository = "https://github.com/rust-num/num"
-version = "0.1.33"
+version = "0.1.36"
 
 [dependencies]
 quote = "0.1.3"

+ 1 - 1
macros/Cargo.toml

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

+ 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.35"
+version = "0.1.36"
 
 [dependencies]