mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-25 20:02:34 +00:00
update versions
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rxing"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
description="A rust port of the zxing barcode library."
|
||||
license="Apache-2.0"
|
||||
repository="https://github.com/rxing-core/rxing"
|
||||
@@ -13,9 +13,9 @@ exclude = [
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
regex = "1.7.0"
|
||||
fancy-regex = "0.10"
|
||||
once_cell = "1.17.0"
|
||||
regex = "1.7.1"
|
||||
fancy-regex = "0.11"
|
||||
once_cell = "1.17.1"
|
||||
encoding = "0.2"
|
||||
urlencoding = "2.1.2"
|
||||
uriparse = "0.6.4"
|
||||
|
||||
Reference in New Issue
Block a user