diff --git a/c_components/Cargo.toml b/c_components/Cargo.toml index ec14c3c92..8202d2597 100644 --- a/c_components/Cargo.toml +++ b/c_components/Cargo.toml @@ -24,7 +24,7 @@ profiling = [] shared = [] [dependencies] -mozjpeg-sys = {version = "0.10.5", features = ["nasm_simd", "turbojpeg_api"]} +mozjpeg-sys = {version = "0.10.5", features = ["nasm_simd"]} # For build info see diff --git a/imageflow_core/Cargo.toml b/imageflow_core/Cargo.toml index 40b7dfca5..ea9013dc7 100644 --- a/imageflow_core/Cargo.toml +++ b/imageflow_core/Cargo.toml @@ -70,7 +70,7 @@ imageflow_helpers = { path = "../imageflow_helpers", version = "*" } imageflow_riapi = { path = "../imageflow_riapi", version = "*" } imageflow_c_components = { path = "../c_components" } mozjpeg = "0.8.17" -mozjpeg-sys = {version = "0.10.5", features = ["nasm_simd", "turbojpeg_api"]} +mozjpeg-sys = {version = "0.10.5", features = ["nasm_simd"]} evalchroma = "0.1.1"