Skip to content

Commit

Permalink
Remove code rot
Browse files Browse the repository at this point in the history
  • Loading branch information
friendlymatthew committed Aug 16, 2024
1 parent 12fbe7a commit 1120ab5
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 114 deletions.
173 changes: 74 additions & 99 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ members = ["leptos_hotkeys", "examples/demo", "examples/ssr-demo"]
resolver = "2"

[workspace.dependencies]
wasm-bindgen = "0.2.93"
web-sys = "0.3.70"
wasm-bindgen = "=0.2.93"
web-sys = "=0.3.70"


[profile.wasm-release]
Expand Down
2 changes: 1 addition & 1 deletion examples/demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ copy_dir = "0.1"
leptos_meta = "0.6"
leptos_router = { version = "0.6", features = ["csr"] }
log = "0.4"
leptos_theme = "0.1"
leptos_hotkeys = { path = "../../leptos_hotkeys", features = ["debug"] }
leptos-use = "0.12.0"
Loading

0 comments on commit 1120ab5

Please sign in to comment.