chore: don't depend on image default features
This commit is contained in:
parent
820ebfba0e
commit
b722c0da19
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue