Browse Source

bigint: add path-dependency versions

Josh Stone 9 năm trước cách đây
mục cha
commit
0b79edc108
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      bigint/Cargo.toml

+ 2 - 0
bigint/Cargo.toml

@@ -13,9 +13,11 @@ version = "0.1.32"
 
 [dependencies.num-integer]
 path = "../integer"
+version = "0.1.32"
 
 [dependencies.num-traits]
 path = "../traits"
+version = "0.1.32"
 
 [dependencies.rand]
 optional = true