Skip to content

Commit

Permalink
Update rcs!
Browse files Browse the repository at this point in the history
  • Loading branch information
benwis committed Nov 28, 2024
1 parent 9c490fa commit 49acd39
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ version = "0.1.0"
edition = "2021"

[dependencies]
throw_error = { version = "0.2.0-rc2" }
hydration_context = { version = "0.2.0-rc2" }
throw_error = { version = "0.2.0-rc3" }
hydration_context = { version = "0.2.0-rc3" }
futures = "0.3.30"
wasi = "0.13.1+wasi-0.2.0"
leptos = { version = "0.7.0-rc2", features = ["nonce", "ssr"] }
leptos_meta = { version = "0.7.0-rc2", features = ["ssr"] }
leptos_router ={ version = "0.7.0-rc2", features = ["ssr"] }
leptos_macro ={ version = "0.7.0-rc2", features = ["generic"] }
leptos_integration_utils = { version = "0.7.0-rc2" }
server_fn = { version = "0.7.0-rc2", features = ["generic"] }
leptos = { version = "0.7.0-rc3", features = ["nonce", "ssr"] }
leptos_meta = { version = "0.7.0-rc3", features = ["ssr"] }
leptos_router ={ version = "0.7.0-rc3", features = ["ssr"] }
leptos_macro ={ version = "0.7.0-rc3", features = ["generic"] }
leptos_integration_utils = { version = "0.7.0-rc3" }
server_fn = { version = "0.7.0-rc3", features = ["generic"] }
http = "1.1.0"
parking_lot = "0.12.3"
bytes = "1.7.2"
Expand Down

0 comments on commit 49acd39

Please sign in to comment.