Skip to content

Commit

Permalink
examples/wasm: bump qrcode-generator crate
Browse files Browse the repository at this point in the history
  • Loading branch information
dspicher committed Feb 5, 2025
1 parent bd86a5e commit 8926039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
base64 = "0.22"
gloo = "0.11"
js-sys = "0.3"
qrcode-generator = "4"
qrcode-generator = "5"
ur = { path = "../.." }
wasm-bindgen = "0.2"
web-sys = { version = "0.3", features = ["Event","EventTarget","InputEvent"] }
Expand Down

0 comments on commit 8926039

Please sign in to comment.