From c93594057be3dbc5d7bef7e1ae3b0b0af5cd1b97 Mon Sep 17 00:00:00 2001 From: Henry Schimke Date: Mon, 6 Nov 2023 09:54:26 -0600 Subject: [PATCH] fixed mistake with 0.4.10 with 0.4.10 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3b425ff..d2da97a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rxing" -version = "0.4.10" +version = "0.4.11" description="A rust port of the zxing barcode library." license="Apache-2.0" repository="https://github.com/rxing-core/rxing" @@ -40,7 +40,7 @@ rand = "0.8.5" criterion = "0.5" [features] -default = ["image", "svg_write", "svg_read"] +default = ["image"] #/// Enable features required for image manipulation and reading. image = ["dep:image", "dep:imageproc"]