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

Version bump pre-release #1536

Merged
merged 3 commits into from
Feb 20, 2024
Merged

Conversation

Nashtare
Copy link
Collaborator

@Nashtare Nashtare commented Feb 20, 2024

cc @dlubarov @npwardberkeley, as I think you two are the owners on crates.io

closes #1520

@Nashtare Nashtare added this to the Repository Refactor milestone Feb 20, 2024
@Nashtare Nashtare self-assigned this Feb 20, 2024
Copy link
Contributor

@muursh muursh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fine by me

CHANGELOG.md Show resolved Hide resolved
@@ -3,9 +3,9 @@ members = ["field", "maybe_rayon", "plonky2", "starky", "util"]
resolver = "2"

[workspace.dependencies]
ahash = { version = "0.8.3", default-features = false, features = ["compile-time-rng"] } # NOTE: Be sure to keep this version the same as the dependency in `hashbrown`.
ahash = { version = "0.8.7", default-features = false, features = ["compile-time-rng"] } # NOTE: Be sure to keep this version the same as the dependency in `hashbrown`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Be sure to keep this version the same as the dependency in hashbrown.

How do you expect to do that? Like literally going to hashbrown and check which version they're using? Why?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When we switched to hashbrown for no-std, there were some issues with conflicting ahash, so we resulted in always tracking both together. I don't think that's a big deal, we are not going to be bumping them that often anyway.

Copy link

sonarcloud bot commented Feb 20, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@Nashtare Nashtare merged commit c94dc6f into 0xPolygonZero:main Feb 20, 2024
5 checks passed
@Nashtare Nashtare deleted the bump-for-release branch February 20, 2024 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Add workspace CHANGELOG for future releases
4 participants