From 066c0f84edf281a5a63eef92dc0690d2313b08a4 Mon Sep 17 00:00:00 2001 From: Alexander Bulaev Date: Mon, 5 Oct 2015 21:29:36 +0300 Subject: [PATCH] Remove `no-bzip` feature because it doesn't work as I expected --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ae25f687..f02af265 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,3 @@ bzip2 = { version = "0.2", optional = true } [features] default = ["bzip2"] -no-bzip2 = []