From ec3ceaddc0c7223d20bd254c51ca5a1e38606781 Mon Sep 17 00:00:00 2001 From: colbyn Date: Wed, 18 Dec 2019 14:16:45 -0700 Subject: [PATCH] whoops, major bug fix --- imager/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/imager/Cargo.toml b/imager/Cargo.toml index 2213508..d10f9da 100644 --- a/imager/Cargo.toml +++ b/imager/Cargo.toml @@ -14,7 +14,7 @@ readme = "README.md" [dependencies] libc = "^0.2" mozjpeg-sys = "^0.10" -vmaf-sys = {version = "0.0.10", features = ["buildtype-docs-only"]} +vmaf-sys = {version = "0.0.10"} colourado = "0.2.0" glob = "^0.3" structopt = "0.3.5" @@ -39,5 +39,5 @@ default = [] buildtype-docs-only = [] [package.metadata.docs.rs] -no-default-features = true -features = ["buildtype-docs-only"] \ No newline at end of file +# no-default-features = true +features = ["buildtype-docs-only"]