Skip to content

Commit

Permalink
feat: update leptos to v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxiaozero committed Dec 23, 2024
1 parent ac75b44 commit 6608ae4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ thaw_components = { version = "0.2.0-rc", path = "./thaw_components" }
thaw_macro = { version = "0.1.0-rc", path = "./thaw_macro" }
thaw_utils = { version = "0.1.0-rc", path = "./thaw_utils" }

leptos = { version = "0.7.0" }
leptos_meta = { version = "0.7.0" }
leptos_router = { version = "0.7.0" }
reactive_stores = { version = "0.1.0" }
leptos = { version = "0.7.2" }
leptos_meta = { version = "0.7.2" }
leptos_router = { version = "0.7.2" }
reactive_stores = { version = "0.1.2" }
8 changes: 4 additions & 4 deletions examples/island/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
axum = { version = "0.7", optional = true }
console_error_panic_hook = "0.1"
leptos = { version = "0.7.0", features = ["islands"] }
leptos_axum = { version = "0.7.0", optional = true }
leptos_meta = { version = "0.7.0" }
leptos_router = { version = "0.7.0" }
leptos = { version = "0.7.2", features = ["islands"] }
leptos_axum = { version = "0.7.2", optional = true }
leptos_meta = { version = "0.7.2" }
leptos_router = { version = "0.7.2" }
tokio = { version = "1", features = ["rt-multi-thread"], optional = true }
tower = { version = "0.4", optional = true }
tower-http = { version = "0.5", features = ["fs"], optional = true }
Expand Down
8 changes: 4 additions & 4 deletions examples/ssr_axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
axum = { version = "0.7.5", optional = true }
console_error_panic_hook = "0.1"
leptos = { version = "0.7.0" }
leptos_axum = { version = "0.7.0", optional = true }
leptos_meta = { version = "0.7.0" }
leptos_router = { version = "0.7.0" }
leptos = { version = "0.7.2" }
leptos_axum = { version = "0.7.2", optional = true }
leptos_meta = { version = "0.7.2" }
leptos_router = { version = "0.7.2" }
tokio = { version = "1", features = ["rt-multi-thread"], optional = true }
tower = { version = "0.5.0", optional = true }
tower-http = { version = "0.5", features = ["fs"], optional = true }
Expand Down

0 comments on commit 6608ae4

Please sign in to comment.