Skip to content

Commit

Permalink
[no-bench] Use workspace dependency for web-sys.
Browse files Browse the repository at this point in the history
  • Loading branch information
caibear committed Jul 14, 2023
1 parent 9bd5111 commit 4978696
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ stylist = { version = "0.12", default-features = false }
tempfile = "3.6"
time = "0.3"
wasm-bindgen = "0.2"
web-sys = { version = "0.3.60" }
web-sys = "0.3.60"
yew = { version = "0.20", default-features = false }

[package]
Expand Down
2 changes: 1 addition & 1 deletion pages/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ wasm-bindgen.workspace = true
yew = { workspace = true, features = ["csr"] }

[dependencies.web-sys]
version = "0.3.60"
workspace = true
features = [
'HtmlInputElement',
'HtmlSelectElement',
Expand Down

0 comments on commit 4978696

Please sign in to comment.