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