Skip to content

Commit 43018e3

Browse files
committed
chore: version update for rxing v0.5.9
1 parent 52678d3 commit 43018e3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rxing-wasm"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
edition = "2021"
55
description = "wasm bindings for rxing to provide commong barcode operations (decode/encode)"
66
repository = "https://github.com/rxing-core/rxing-wasm"
@@ -16,16 +16,16 @@ decode_hints = []
1616
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1717

1818
[dependencies]
19-
wasm-bindgen = "0.2.84"
20-
js-sys = "0.3.61"
19+
wasm-bindgen = "0.2.92"
20+
js-sys = "0.3.69"
2121

2222
# The `console_error_panic_hook` crate provides better debugging of panics by
2323
# logging them with `console.error`. This is great for development, but requires
2424
# all the `std::fmt` and `std::panicking` infrastructure, so isn't great for
2525
# code size when deploying.
2626
console_error_panic_hook = { version = "0.1.6", optional = true }
2727

28-
rxing = {version = "~0.5.8", default-features = false, features = ["wasm_support"]}
28+
rxing = {version = "~0.5.9", default-features = false, features = ["wasm_support"]}
2929
#rxing = {path="../rxing", version = "~0.2.23", default-features = false, features = ["wasm_support"]}
3030

3131
[dev-dependencies]

examples/webpack+js/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ <h1>RXing - Decode Barcodes</h1>
6969
</html>
7070

7171
<!-- Copyright 2023 Henry Schimke -->
72-
<!-- Using rxing-wasm v0.2.6 -->
72+
<!-- Using rxing-wasm v0.2.7 -->

examples/webpack+js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"webpack-dev-server": "^4.11.1"
2121
},
2222
"dependencies": {
23-
"rxing-wasm": "0.2.6"
23+
"rxing-wasm": "0.2.7"
2424
}
2525
}

0 commit comments

Comments
 (0)