Skip to content

Commit

Permalink
add: update deps version
Browse files Browse the repository at this point in the history
  • Loading branch information
ActuallyHappening committed May 26, 2023
1 parent b6f5c8c commit bec6814
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ leptos = { version = "0.3", default-features = false, features = [
leptos_meta = { version = "0.3", default-features = false }
leptos_actix = { version = "0.3", optional = true }
leptos_router = { version = "0.3", default-features = false }
wasm-bindgen = "=0.2.84"
js-sys = "=0.3.61"
wasm-bindgen = "0.2"
js-sys = "0.3"
console_log = "1.0.0"
log = "0.4.17"
wasm-bindgen-futures = "=0.4.34"
wasm-bindgen-futures = "0.4"

[features]
## For developing purposes, so my IDE compiles everything
Expand Down

0 comments on commit bec6814

Please sign in to comment.