Issue upgrading from 0.3.1 to 0.4.x #1897
-
Hello, I have a project I haven't been able to work on in a while and am just getting back to it. I'm trying to upgrade from Leptos 0.3.1 to a later version (eventually 0.5.0). When I run
I've tried adding If I only update the Leptos version to 0.4 and don't update it to have Any help would be appreciated as I'm not quite sure what dependency this issue actually stems from. I don't know if it's from Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You should just need to |
Beta Was this translation helpful? Give feedback.
-
Thank you! |
Beta Was this translation helpful? Give feedback.
You should just need to
rustup update nightly
. There was a breaking change in this nightly API in about late July, which caused this issue until people updated Leptos version and nightly compiler.