From d05240ec68ea002fa322d19c5f4ed25a22d0467d Mon Sep 17 00:00:00 2001 From: Henry Schimke Date: Sat, 28 Oct 2023 11:04:19 -0500 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a696b66..455f22c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rxing" -version = "0.4.9" +version = "0.4.10" description="A rust port of the zxing barcode library." license="Apache-2.0" repository="https://github.com/rxing-core/rxing"