-
-
Notifications
You must be signed in to change notification settings - Fork 696
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rkyv is broken on Leptos 7 #3467
Comments
Attempting to upgrade |
Merged and released as codee |
This causes a bit of a semver mess, because we reexport some types, so bumping our dependency from 0.2 to 0.3 is itself a breaking change in Leptos. That said, we're planning to do a 0.8 release later this month with no real API changes for users, but all the little semver-breaking changes/fixes we've discovered over the first month or two of 0.7. In the meantime it should be (fairly?) straightforward to patch Leptos to use codee 0.3 so you can use rkyv properly. |
thanks @gbj; yes, yesterday I've branched from https://github.com/leptos-rs/leptos/tree/dyn-safe-route-matching and upgraded I was going to raise codee version bump PR, just wanted to make sure it actually works. |
been sick most of the week, finally got to testing it on my fork. Rkyv serialisation now works, PR raised: #3504 |
leptos 0.7 depends on rkyv 0.8
leptos 0.7 depends on codee 0.2;
codee 0.2 (and master) depends on rkyv 0.7
rkyv 0.7 is not compatible with rkyv 0.8
an attempt to use rkyv serialisation in yelds in
The text was updated successfully, but these errors were encountered: