From d29fece8bfd571b4ccff518895de3dce4d08aaee Mon Sep 17 00:00:00 2001 From: Henry Schimke Date: Tue, 31 Jan 2023 18:44:27 -0600 Subject: [PATCH] update 0.2.23 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 997f963..30f08f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rxing" -version = "0.2.22" +version = "0.2.23" description="A rust port of the zxing barcode library." license="Apache-2.0" repository="https://github.com/hschimke/rxing"