Skip to content

Commit

Permalink
build: reference wasm-bindgen 0.2.92 (#82)
Browse files Browse the repository at this point in the history
That's the version that we're including anyway (notice `Cargo.lock` doesn't change). Any installation of `dioxus-cli` is going to include 0.2.92 and the versions have to match, so this just makes things a bit less confusing.
  • Loading branch information
eventualbuddha authored Mar 12, 2024
1 parent d451fce commit 7d6a6b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/cacvote-jx-terminal/frontend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ serde_json = { workspace = true }
time.workspace = true
types-rs = { workspace = true }
ui-rs = { workspace = true }
wasm-bindgen = "0.2.87"
wasm-bindgen = "0.2.92"
wasm-logger = "0.2.0"
web-sys = { version = "0.3.64", features = ["EventSource"] }
2 changes: 1 addition & 1 deletion libs/ui-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ getrandom = { version = "0.2", features = ["js"] }
js-sys = { workspace = true }
log = "0.4.19"
time = { workspace = true }
wasm-bindgen = "0.2.87"
wasm-bindgen = "0.2.92"
wasm-logger = "0.2.0"
web-sys = { version = "0.3.64", features = ["EventSource"] }

0 comments on commit 7d6a6b9

Please sign in to comment.