Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Dependencies

- bump proc-macro2 from 1.0.93 to 1.0.95 ([#1230](https://github.com/o1-labs/openmina/pull/1230))
- bump proc-macro2 from 1.0.93 to 1.0.95
([#1230](https://github.com/o1-labs/openmina/pull/1230))
- bump itertools from 0.10.5 to 0.12.0 #1228
([#1228](https://github.com/o1-labs/openmina/pull/1228))

## [0.16.0] - 2025-04-04

Expand Down
13 changes: 2 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ sha2 = "0.10"
# mina-curves = { path = "../curves" }
# o1-utils = { path = "../utils" }

itertools = "0.10"
itertools = "0.12"

ark-ec = { version = "0.3.0", features = ["std"] }
ark-ff = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion tools/fuzzing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
#ark-ff = { git = "https://github.com/openmina/algebra", branch = "openmina", features = [ "parallel", "asm", "std" ] }
#ark-ec = { git = "https://github.com/openmina/algebra", branch = "openmina", features = [ "std" ] }
itertools = "0.11.0"
itertools = "0.12.0"
num-bigint = "0.4.0"
once_cell = "1.18.0"
text-diff = "0.4.0"
Expand Down