From 08b50efe69c4a146e1b08b1f5becf8574362ae0f Mon Sep 17 00:00:00 2001 From: Henry Schimke Date: Thu, 4 May 2023 15:01:28 -0500 Subject: [PATCH] update version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 196b61b..144f2a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rxing" -version = "0.4.4" +version = "0.4.5" description="A rust port of the zxing barcode library." license="Apache-2.0" repository="https://github.com/rxing-core/rxing"