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

Should new projects use bincode version 1 or 2? #743

Closed
e00E opened this issue Jan 31, 2025 · 2 comments
Closed

Should new projects use bincode version 1 or 2? #743

e00E opened this issue Jan 31, 2025 · 2 comments

Comments

@e00E
Copy link

e00E commented Jan 31, 2025

I'm planning on using bincode in a project. The project is not yet using bincode. Which version should I start with?

I am unsure for the following reasons:

  • Usually I would use the current stable version, but the repository features version 2 prominently by making it the default branch.
  • When bincode releases version 2, then I will upgrade to it regardless of whether I am on version 1 or version 2 release candidate.
  • I don't know whether the current release candidate of version is isn't stable yet because of potential API changes or because it has bugs.

Maybe the FAQ could answer this.

@VictorKoenders
Copy link
Contributor

We plan to release 2.0.0 when rust 1.85 lands: #742

@ZoeyR
Copy link
Collaborator

ZoeyR commented Mar 6, 2025

Bincode 2.0 has now been released.

@ZoeyR ZoeyR closed this as completed Mar 6, 2025
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

3 participants