Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
fix(deps): update rust crate leptos to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2023
1 parent 8116174 commit a9a601a
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 @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
leptos = { version= "0.5.1",default-features = false, features=["csr","serde"]}
leptos = { version= "0.5.2",default-features = false, features=["csr","serde"]}
leptos_router = { version= "0.5.1",default-features = false, features=["csr"]}
leptonic = { git = "https://github.com/lpotthast/leptonic" }

Expand Down

0 comments on commit a9a601a

Please # to comment.