Skip to content

Conversation

@pinkforest
Copy link

@pinkforest pinkforest commented Jan 28, 2025

@str4d
Copy link
Member

str4d commented Mar 9, 2025

ff side is ready for a preview release (zkcrypto/ff#133); I'll work on the group side next.

@str4d str4d changed the base branch from main to release-0.14.0 April 16, 2025 12:26
rust-toolchain Outdated
@@ -1 +1 @@
1.56.0
1.66.0
Copy link
Member

@str4d str4d Apr 16, 2025

Choose a reason for hiding this comment

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

This is insufficient to produce an MSRV bump. I have done this in a separate PR (#62).

Also, MSRV 1.66 is a false MSRV, because it is possible to pin to blake2b_simd 1.0.0 (if using ff_derive) in order to avoid the constant_time_eq bumps (and these are only dev-dependencies anyway). There's no need to raise MSRV beyond what rand forces.

Co-authored-by: Jack Grigg <[email protected]>
@str4d
Copy link
Member

str4d commented Apr 16, 2025

Rebased on release-0.14.0 to replace the incomplete MSRV bump in this PR, add the missing ff patch, add the missing changelog update, and bring in the updated CI.

Copy link
Member

@str4d str4d left a comment

Choose a reason for hiding this comment

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

utACK 055cc14

@str4d str4d merged commit 42e0ad5 into zkcrypto:release-0.14.0 Apr 16, 2025
11 checks passed
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

Successfully merging this pull request may close these issues.

Bump rand + rand_core

2 participants