Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@joncinque
Copy link
Collaborator

Problem

is_multiple_of was only stabilized in Rust 1.87, but it isn't absolutely necessary in bn254.

Summary of changes

Use a manual implementation, and tell clippy it's ok. Also run the msrv check over the whole repo, and not just solana-program.

#### Problem

`is_multiple_of` was only stabilized in Rust 1.87, but it isn't
absolutely necessary in bn254.

#### Summary of changes

Use a manual implementation, and tell clippy it's ok. Also run the msrv
check over the whole repo, and not just solana-program.
@joncinque joncinque merged commit 0645dac into anza-xyz:master Oct 8, 2025
26 checks passed
@joncinque joncinque deleted the msrv branch October 8, 2025 23:01
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.

2 participants