From 09d4cb9ac2c8addef7b26ca3d35e21906152c83c Mon Sep 17 00:00:00 2001 From: Henry Schimke Date: Thu, 4 Jan 2024 13:09:53 -0600 Subject: [PATCH] chore: update base version of rxing --- Cargo.toml | 4 ++-- examples/webpack+js/index.html | 2 +- examples/webpack+js/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fe8e46a..9e9b71b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rxing-wasm" -version = "0.2.2" +version = "0.2.3" edition = "2021" description = "wasm bindings for rxing to provide commong barcode operations (decode/encode)" repository = "https://github.com/rxing-core/rxing-wasm" @@ -25,7 +25,7 @@ js-sys = "0.3.61" # code size when deploying. console_error_panic_hook = { version = "0.1.6", optional = true } -rxing = {version = "~0.5.0", default-features = false, features = ["wasm_support"]} +rxing = {version = "~0.5.2", default-features = false, features = ["wasm_support"]} #rxing = {path="../rxing", version = "~0.2.23", default-features = false, features = ["wasm_support"]} [dev-dependencies] diff --git a/examples/webpack+js/index.html b/examples/webpack+js/index.html index 991bc1d..5849bc4 100644 --- a/examples/webpack+js/index.html +++ b/examples/webpack+js/index.html @@ -68,4 +68,4 @@

RXing - Decode Barcodes

- \ No newline at end of file + \ No newline at end of file diff --git a/examples/webpack+js/package.json b/examples/webpack+js/package.json index f1fdaa5..200f7ea 100644 --- a/examples/webpack+js/package.json +++ b/examples/webpack+js/package.json @@ -20,6 +20,6 @@ "webpack-dev-server": "^4.11.1" }, "dependencies": { - "rxing-wasm": "0.2.2" + "rxing-wasm": "0.2.3" } }