From 00e3cc00fea8acce0995bc822f77c6b0c5e5a8e4 Mon Sep 17 00:00:00 2001 From: Henry Schimke Date: Sat, 28 Jan 2023 18:36:01 -0600 Subject: [PATCH] update version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a8c0fd6..997f963 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rxing" -version = "0.2.21" +version = "0.2.22" description="A rust port of the zxing barcode library." license="Apache-2.0" repository="https://github.com/hschimke/rxing"