Skip to content

Commit

Permalink
chore: bump kzg.rs (#2002)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhtyy authored Jan 16, 2025
1 parent 234405c commit 39eaab7
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 20 deletions.
170 changes: 151 additions & 19 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 crates/precompile/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ c-kzg = { version = "1.0.3", default-features = false, optional = true, features
] }

# Optionally use `kzg-rs` for a pure Rust implementation of KZG point evaluation.
kzg-rs = { version = "0.2.3", default-features = false, optional = true }
kzg-rs = { version = "0.2.4", default-features = false, optional = true }

# BLS12-381 precompiles
blst = { version = "0.3.13", optional = true }
Expand Down

0 comments on commit 39eaab7

Please sign in to comment.