Skip to content

Commit

Permalink
Merge pull request #55 from itowlson/leptos-wasi-0.1.3
Browse files Browse the repository at this point in the history
Upgrade leptos_wasi to matching version for 0.7
  • Loading branch information
itowlson authored Dec 3, 2024
2 parents 5abc0d5 + cf96fdd commit 791ef83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/leptos-ssr/content/Cargo.toml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ console_error_panic_hook = "0.1"
leptos = { version = "0.7.0" }
leptos_meta = { version = "0.7.0" }
leptos_router = { version = "0.7.0" }
leptos_wasi = { version = "0.1.1", optional = true }
leptos_wasi = { version = "0.1.3", optional = true }
spin-sdk = { version = "3", optional = true }
# `wasi` needs to be locked until https://github.com/fermyon/spin/issues/2928 lands in a release
wasi = { version = "=0.13.2", optional = true }
Expand Down

0 comments on commit 791ef83

Please sign in to comment.