Skip to content

Commit 8d68592

Browse files
committed
chore: update to latest rxing
1 parent 6b0a6f7 commit 8d68592

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rxing-wasm"
3-
version = "0.2.4"
3+
version = "0.2.5"
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"
@@ -25,7 +25,7 @@ js-sys = "0.3.61"
2525
# code size when deploying.
2626
console_error_panic_hook = { version = "0.1.6", optional = true }
2727

28-
rxing = {version = "~0.5.5", default-features = false, features = ["wasm_support"]}
28+
rxing = {version = "~0.5.7", 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
@@ -68,4 +68,4 @@ <h1>RXing - Decode Barcodes</h1>
6868
</html>
6969

7070
<!-- Copyright 2023 Henry Schimke -->
71-
<!-- Using rxing-wasm v0.2.4 -->
71+
<!-- Using rxing-wasm v0.2.5 -->

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.4"
23+
"rxing-wasm": "0.2.5"
2424
}
2525
}

0 commit comments

Comments
 (0)