From a260469ee608a5c8d022fed24ebe933c7a269830 Mon Sep 17 00:00:00 2001 From: Henry Schimke Date: Sun, 19 Mar 2023 15:33:32 -0500 Subject: [PATCH] update to v0.4.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 072219f..19ee34c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rxing" -version = "0.4.1" +version = "0.4.2" description="A rust port of the zxing barcode library." license="Apache-2.0" repository="https://github.com/rxing-core/rxing"