Skip to content

Commit

Permalink
fixed mistake with 0.4.10 with 0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hschimke committed Nov 6, 2023
1 parent 3d8c4f9 commit c935940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"]

Expand Down

0 comments on commit c935940

Please sign in to comment.