From e99a258abdd67a52376625ce3f6d2bccfc91b300 Mon Sep 17 00:00:00 2001 From: Henry Schimke Date: Thu, 4 Jan 2024 13:08:27 -0600 Subject: [PATCH] chore: update version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0acada1..56088ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rxing" -version = "0.5.1" +version = "0.5.2" description="A rust port of the zxing barcode library." license="Apache-2.0" repository="https://github.com/rxing-core/rxing"