Skip to content

Commit 0f3e02e

Browse files
committed
v0.2.8: update to v0.5.10
1 parent 43018e3 commit 0f3e02e

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.7"
3+
version = "0.2.8"
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.69"
2525
# code size when deploying.
2626
console_error_panic_hook = { version = "0.1.6", optional = true }
2727

28-
rxing = {version = "~0.5.9", default-features = false, features = ["wasm_support"]}
28+
rxing = {version = "~0.5.10", 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.7 -->
72+
<!-- Using rxing-wasm v0.2.8 -->

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

0 commit comments

Comments
 (0)