mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
chore: prepare for release
update version to v0.5.5. fixes: #48 changes name of `image-formats` to `image_formats` to more allign with the naming convention of the library.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rxing"
|
||||
version = "0.5.4"
|
||||
version = "0.5.5"
|
||||
description="A rust port of the zxing barcode library."
|
||||
license="Apache-2.0"
|
||||
repository="https://github.com/rxing-core/rxing"
|
||||
@@ -41,10 +41,10 @@ rand = "0.8.5"
|
||||
criterion = "0.5"
|
||||
|
||||
[features]
|
||||
default = ["image", "client_support", "image-formats"]
|
||||
default = ["image", "client_support", "image_formats"]
|
||||
#/// Enable features required for image manipulation and reading.
|
||||
image = ["dep:image", "dep:imageproc"]
|
||||
image-formats = [
|
||||
image_formats = [
|
||||
"image",
|
||||
"image/gif",
|
||||
"image/jpeg",
|
||||
|
||||
Reference in New Issue
Block a user