From ae7562af28156308fc454d71b78b37bbc4a08f2e Mon Sep 17 00:00:00 2001 From: Henry Schimke Date: Sat, 4 Feb 2023 11:10:00 -0600 Subject: [PATCH] bump to v0.3.0 This is due to a breaking change in the NEEDS_RESULTPOINT_CALLBACK hint. This hint now accepts a closure instead of just a function pointer. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 067fe16..2795448 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rxing" -version = "0.2.24" +version = "0.3.0" description="A rust port of the zxing barcode library." license="Apache-2.0" repository="https://github.com/hschimke/rxing"