From 0ccb222b1af1a63d827e71c310dc771c5c0e3993 Mon Sep 17 00:00:00 2001 From: Henry Schimke Date: Thu, 2 Feb 2023 14:18:13 -0600 Subject: [PATCH] bump to 0.2.24 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 30f08f3..9a9fd08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rxing" -version = "0.2.23" +version = "0.2.24" description="A rust port of the zxing barcode library." license="Apache-2.0" repository="https://github.com/hschimke/rxing"