Skip to content

Commit 6e1cfbd

Browse files
committed
CHANGELOG: add explicit u32 cast entry
1 parent 1afebdb commit 6e1cfbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ and this project adheres to
187187
- Add strict clippy lints (`clippy::all`, `clippy::pedantic`, `clippy::nursery`,
188188
`unsafe_code`) and fix all warnings
189189
([#3480](https://github.com/o1-labs/proof-systems/pull/3480))
190+
- Replace `i as u32` cast with `u32::try_from(i).unwrap()` in SRS creation
191+
([#3483](https://github.com/o1-labs/proof-systems/pull/3483))
190192

191193
### [turshi](./turshi)
192194

0 commit comments

Comments
 (0)