mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 21:02:35 +00:00
v0.1.4
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rxing"
|
||||
version = "0.1.3"
|
||||
version = "0.1.4"
|
||||
description="A rust port of the zxing barcode library."
|
||||
license="Apache-2.0"
|
||||
repository="https://github.com/hschimke/rxing"
|
||||
@@ -20,8 +20,8 @@ encoding = "0.2"
|
||||
rand = "0.8.5"
|
||||
urlencoding = "2.1.2"
|
||||
uriparse = "0.6.4"
|
||||
chrono = "0.4"
|
||||
chrono-tz = "0.4"
|
||||
chrono = "0.4.23"
|
||||
chrono-tz = "0.8"
|
||||
image = {version = "0.24", optional = true}
|
||||
imageproc = {version = "0.23.0", optional = true}
|
||||
unicode-segmentation = "1.10.0"
|
||||
|
||||
Reference in New Issue
Block a user