leptos-rs / leptos

Build fast web applications with Rust.
https://leptos.dev
MIT License
15.97k stars 627 forks source link

Update leptos-spin-macro reference #2570

Closed itowlson closed 5 months ago

itowlson commented 5 months ago

The currently referenced leptos-spin-macro crate depends on spin-sdk v2, which can cause conflicts for users wanting to run Leptos on Spin using spin-sdk v3.

This PR updates the reference. leptos-spin-macro 0.2 does not depend on the Spin SDK so should avoid any potential conflicts.

itowlson commented 5 months ago

I am getting a whole lot of CI errors that don't seem related to this change, and am not sure how (or whether) to fix them. Any advice welcome...!

benwis commented 5 months ago

Thanks for the update!