Skip to content

Commit

Permalink
Merge pull request #11 from ogghead/v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
benwis authored Dec 1, 2024
2 parents 0ed699b + 2b2f0b7 commit 6366011
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ authors = ["Enzo Nocera"]
license = "MIT"
repository = "https://github.com/leptos-rs/leptos_wasi"
description = "WASI integrations for the Leptos web framework."
version = "0.1.1"
version = "0.1.2"
edition = "2021"

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

0 comments on commit 6366011

Please sign in to comment.