From 3bb659650753bc8e85474f9cfc16e40e063b21f9 Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Sun, 5 Nov 2017 19:35:28 -0700 Subject: [PATCH] Don't make u128-support a default feature anymore. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 852a0da2d..1b7dfcfe4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,5 +18,5 @@ crossbeam = "0.3" pairing = "0.13" [features] -default = ["u128-support"] +default = [] u128-support = ["pairing/u128-support"]