prepare for v0.2.18 (wasm)

This commit is contained in:
Henry Schimke
2023-01-15 15:53:09 -06:00
parent e2c11f0c0f
commit 36327480d8
5 changed files with 16 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rxing"
version = "0.2.17"
version = "0.2.18"
description="A rust port of the zxing barcode library."
license="Apache-2.0"
repository="https://github.com/hschimke/rxing"
@@ -42,3 +42,4 @@ image = ["dep:image", "dep:imageproc"]
allow_forced_iso_ied_18004_compliance = []
svg_write = ["dep:svg"]
svg_read = ["dep:resvg", "image"]
wasm_support = ["chrono/wasmbind"]