diff --git a/Cargo.toml b/Cargo.toml index 9e4df01..8137aa2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ is-it-maintained-open-issues = { repository = "kennytm/qrcode-rust" } maintenance = { status = "passively-maintained" } [dependencies] -image = { version = "0.20", optional = true } +image = { version = "0.20", default-features = false, optional = true } checked_int_cast = "1" [features]