diff --git a/Cargo.toml b/Cargo.toml index 593520b..a476c88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rxing-wasm" -version = "0.2.4" +version = "0.2.5" 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.5", default-features = false, features = ["wasm_support"]} +rxing = {version = "~0.5.7", 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 437ffff..8e6c74c 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 b22fd43..ec9e505 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.4" + "rxing-wasm": "0.2.5" } }