Skip to content
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 version question #395

Open
nekonimous opened this issue Oct 10, 2024 · 1 comment
Open

rkyv version question #395

nekonimous opened this issue Oct 10, 2024 · 1 comment

Comments

@nekonimous
Copy link

Hey,

I noticed that Piecrust and Rusk seem to have different version constraints for rkyv:

Rusk:
https://github.com/dusk-network/rusk/blob/d1bcaa2fb282c56748baeb3ef5dd9d5e3086ca4e/Cargo.toml#L120

Piecrust:

rkyv = { version = "0.7", features = ["size_32", "validation"] }

(while 0.7.43 is the latest release of 0.7 series)

Out of curiosity, but would it make sense to use the same version across repos here or does it not matter at all?

--

Additionally, I also noticed that rkyv recently released a new major version 0.8 that breaks backward compatibility.

Could this lead to any potential issues later down the line if you planned to upgrade with existing data?

@nekonimous
Copy link
Author

@autholykos @HDauven @miloszm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant