From 9e23e8f4a3e80cc36d8321c980f00b7857b58982 Mon Sep 17 00:00:00 2001 From: debris Date: Fri, 29 Dec 2017 17:23:16 +0100 Subject: [PATCH] updated uint manifest --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8751dc2..c37a00c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Large fixed-size integers arithmetics" homepage = "http://parity.io" -repository = "https://github.com/ethcore/bigint" +repository = "https://github.com/paritytech/primitives" license = "MIT/Apache-2.0" name = "uint" version = "0.1.0"