From defdf8df52dbd75fc74286a6599e019cbe5fb162 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Mon, 2 Jul 2018 15:49:47 +0100 Subject: [PATCH] Connect ff u128-support to pairing u128-support --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dcf7c32..c11d2a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,5 +20,5 @@ ff = "0.3" [features] unstable-features = ["expose-arith"] expose-arith = [] -u128-support = [] +u128-support = ["ff/u128-support"] default = []