Skip to content

Commit

Permalink
fix(deps): update rust crate leptos to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 3c8029b commit 4cbfb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ console_log = "1.0.0"
futures = "0.3.30"
icondata = "0.5.0"
js-sys = "0.3.70"
leptos = { version = "0.6.15", features = ["csr"] }
leptos = { version = "0.7.0", features = ["csr"] }
leptos_meta = { version = "0.6.15", features = ["csr"] }
log = "0.4.22"
serde = { version = "1.0.210", features = ["derive"] }
Expand Down

0 comments on commit 4cbfb42

Please sign in to comment.