Skip to content

Commit

Permalink
whoops, major bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
colbyn committed Dec 18, 2019
1 parent 098a94c commit ec3cead
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions imager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -39,5 +39,5 @@ default = []
buildtype-docs-only = []

[package.metadata.docs.rs]
no-default-features = true
features = ["buildtype-docs-only"]
# no-default-features = true
features = ["buildtype-docs-only"]

0 comments on commit ec3cead

Please sign in to comment.