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

New patch release for deepsize to use latest deepsize-derive #23

Open
adamchalmers opened this issue Nov 16, 2021 · 1 comment
Open

Comments

@adamchalmers
Copy link

Thank you for cutting the new deepsize-derive release (#17), much appreciated. Could you please also cut a minor release for Deepsize which bumps its dependency on deepsize-derive from 0.1.1 to 0.1.2? That way when I use Deepsize, I will transitively pull in the newer deps.

@Aeledfyr
Copy link
Owner

Since it is a semver compatible version change, cargo should use the latest version of deepsize-derive without requiring a version bump of deepsize. You may have to use cargo update or delete Cargo.lock to unpin the old version of deepsize-derive.

I've tested creating a new project that just depends on deepsize version 0.2, and (according to cargo-tree) it uses in deepsize-derive 0.1.2 without any changes.

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

2 participants