From 43018e3694436885a8326305a86cc6b37639f531 Mon Sep 17 00:00:00 2001 From: Henry Schimke Date: Sun, 24 Mar 2024 09:08:39 -0500 Subject: [PATCH] chore: version update for rxing v0.5.9 --- Cargo.toml | 8 ++++---- examples/webpack+js/index.html | 2 +- examples/webpack+js/package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 924ee16..3c5892a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rxing-wasm" -version = "0.2.6" +version = "0.2.7" edition = "2021" description = "wasm bindings for rxing to provide commong barcode operations (decode/encode)" repository = "https://github.com/rxing-core/rxing-wasm" @@ -16,8 +16,8 @@ decode_hints = [] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -wasm-bindgen = "0.2.84" -js-sys = "0.3.61" +wasm-bindgen = "0.2.92" +js-sys = "0.3.69" # The `console_error_panic_hook` crate provides better debugging of panics by # logging them with `console.error`. This is great for development, but requires @@ -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.8", default-features = false, features = ["wasm_support"]} +rxing = {version = "~0.5.9", 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 ae1c59a..2e33de9 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 d244a6f..400d0f6 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.6" + "rxing-wasm": "0.2.7" } }