浏览代码

integer: bump to 0.1.35

Josh Stone 7 年之前
父节点
当前提交
63aa15ae9a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      integer/Cargo.toml

+ 1 - 1
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"