From 636a037bb19d89c30a9ffc934e47b3e5f4d101f9 Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Thu, 28 Sep 2017 12:52:14 -0600 Subject: [PATCH] Make `u128-support` feature opt-in rather than default. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ae2eed5..778a0c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,4 +17,4 @@ clippy = { version = "0.0.151", optional = true } [features] unstable-features = [] u128-support = [] -default = ["u128-support"] +default = []