From 46ceee4d3988f2ceb7447060d9d8f2aad6124e8f Mon Sep 17 00:00:00 2001 From: Henry Schimke Date: Thu, 1 Aug 2024 18:07:58 -0500 Subject: [PATCH] update to track rxing v0.6.1 --- 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 1da7328..c4fb70f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rxing-wasm" -version = "0.2.10" +version = "0.2.11" 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.69" # code size when deploying. console_error_panic_hook = { version = "0.1.6", optional = true } -rxing = {version = "~0.6.0", default-features = false, features = ["wasm_support"]} +rxing = {version = "~0.6.1", 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 a64fdfd..6586961 100644 --- a/examples/webpack+js/index.html +++ b/examples/webpack+js/index.html @@ -69,4 +69,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 cc5e0d6..b345def 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.10" + "rxing-wasm": "0.2.11" } }