From 0b79edc1084906d0104bb26280601c48db9513a2 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Thu, 14 Apr 2016 00:26:54 -0700 Subject: [PATCH] bigint: add path-dependency versions --- bigint/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bigint/Cargo.toml b/bigint/Cargo.toml index 621afff..b5a7db4 100644 --- a/bigint/Cargo.toml +++ b/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