Skip to content

Commit

Permalink
track latest rxing v0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hschimke committed Dec 25, 2024
1 parent 384b4d3 commit 991af26
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rxing-wasm"
version = "0.3.5"
version = "0.3.6"
edition = "2021"
description = "wasm bindings for rxing to provide commong barcode operations (decode/encode)"
repository = "https://github.com/rxing-core/rxing-wasm"
Expand All @@ -26,7 +26,7 @@ web-sys = {version = "0.3.76", features = ["CanvasRenderingContext2d", "HtmlCan
# code size when deploying.
console_error_panic_hook = { version = "0.1.7", optional = true }

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

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/webpack+js/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ <h1>RXing - Decode Barcodes</h1>
</html>

<!-- Copyright 2023 Henry Schimke -->
<!-- Using rxing-wasm v0.3.5 -->
<!-- Using rxing-wasm v0.3.6 -->
14 changes: 7 additions & 7 deletions examples/webpack+js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/webpack+js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"node": ">=22.0.0"
},
"dependencies": {
"rxing-wasm": "^0.3.5"
"rxing-wasm": "^0.3.6"
}
}

0 comments on commit 991af26

Please sign in to comment.