diff --git a/Cargo.toml b/Cargo.toml index 1202ca7..ccfc7e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ thiserror = "1.0" bitflags = "1.2" lazy_static = "1.4" serde = { version = "1.0", features = ["derive"], optional = true } -image = {version = "0.25.1", optional = true} +image = { version = "0.25.1", optional = true, default-features = false } [dev-dependencies] serial_test = "1"