From a846f9da5394d9422921ebbcca9d233baa07d8d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kornel=20Lesi=C5=84ski?= Date: Thu, 31 May 2018 15:18:04 +0100 Subject: [PATCH] Disallow building of broken binary --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 7908ebd9..6055f8c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,6 +24,7 @@ maintenance = { status = "actively-developed" } doc = false name = "oxipng" path = "src/main.rs" +required-features = ["binary"] [dependencies] bit-vec = "^0.5.0"