Skip to content

Commit 991af26

Browse files
committed
track latest rxing v0.6.6
1 parent 384b4d3 commit 991af26

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
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.3.5"
3+
version = "0.3.6"
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"
@@ -26,7 +26,7 @@ web-sys = {version = "0.3.76", features = ["CanvasRenderingContext2d", "HtmlCan
2626
# code size when deploying.
2727
console_error_panic_hook = { version = "0.1.7", optional = true }
2828

29-
rxing = {version = "~0.6.5", default-features = false, features = ["wasm_support"]}
29+
rxing = {version = "~0.6.6", default-features = false, features = ["wasm_support"]}
3030
#rxing = {path="../rxing", version = "~0.2.23", default-features = false, features = ["wasm_support"]}
3131

3232
[dev-dependencies]

examples/webpack+js/index.html

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

108108
<!-- Copyright 2023 Henry Schimke -->
109-
<!-- Using rxing-wasm v0.3.5 -->
109+
<!-- Using rxing-wasm v0.3.6 -->

examples/webpack+js/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/webpack+js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"node": ">=22.0.0"
2424
},
2525
"dependencies": {
26-
"rxing-wasm": "^0.3.5"
26+
"rxing-wasm": "^0.3.6"
2727
}
2828
}

0 commit comments

Comments
 (0)