From f452c54f64e844efca0a396d857d2f433ba35622 Mon Sep 17 00:00:00 2001 From: Henry Schimke Date: Thu, 5 Jan 2023 11:32:56 -0600 Subject: [PATCH] v0.2.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c68596f..9c39cfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rxing" -version = "0.2.4" +version = "0.2.5" description="A rust port of the zxing barcode library." license="Apache-2.0" repository="https://github.com/hschimke/rxing"