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.
This commit is contained in:
Henry Schimke
2023-02-04 11:10:00 -06:00
parent efd684b27e
commit ae7562af28

View File

@@ -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"