Skip to content

Commit

Permalink
chore: version update for rxing v0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hschimke committed Mar 24, 2024
1 parent 52678d3 commit 43018e3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rxing-wasm"
version = "0.2.6"
version = "0.2.7"
edition = "2021"
description = "wasm bindings for rxing to provide commong barcode operations (decode/encode)"
repository = "https://github.com/rxing-core/rxing-wasm"
Expand All @@ -16,16 +16,16 @@ decode_hints = []
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
wasm-bindgen = "0.2.84"
js-sys = "0.3.61"
wasm-bindgen = "0.2.92"
js-sys = "0.3.69"

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

rxing = {version = "~0.5.8", default-features = false, features = ["wasm_support"]}
rxing = {version = "~0.5.9", 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 @@ -69,4 +69,4 @@ <h1>RXing - Decode Barcodes</h1>
</html>

<!-- Copyright 2023 Henry Schimke -->
<!-- Using rxing-wasm v0.2.6 -->
<!-- Using rxing-wasm v0.2.7 -->
2 changes: 1 addition & 1 deletion examples/webpack+js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"rxing-wasm": "0.2.6"
"rxing-wasm": "0.2.7"
}
}

0 comments on commit 43018e3

Please sign in to comment.