From 283c7afc41b17a46d1133e10593eed73f32892a5 Mon Sep 17 00:00:00 2001 From: Henry Schimke Date: Tue, 10 Jan 2023 16:34:35 -0600 Subject: [PATCH] update to 0.2.14 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aa3ba9c..f3d36b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rxing" -version = "0.2.13" +version = "0.2.14" description="A rust port of the zxing barcode library." license="Apache-2.0" repository="https://github.com/hschimke/rxing"