Skip to content

Commit

Permalink
Bump leptos dependency to 0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
Emm committed Sep 16, 2023
1 parent 840375b commit 7cfacfc
Show file tree
Hide file tree
Showing 6 changed files with 261 additions and 283 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ keywords = ["leptos", "web", "framework", "reactive", "isomorphic"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
leptos = "0.3"
leptos = { version = "0.5.0-rc1", features = ["csr"] }
2 changes: 1 addition & 1 deletion src/async_.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
api_planning! {
view! { cx,
view! {
<Await>
<Ready>
</Ready>
Expand Down
Loading

0 comments on commit 7cfacfc

Please sign in to comment.