Skip to content

Commit

Permalink
chore: update kzg-rs dep
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWOLAND committed Aug 28, 2024
1 parent 66b5686 commit 9a8197e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/precompile/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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.1", default-features = false, optional = true }
kzg-rs = { version = "0.2.2", default-features = false, optional = true }

# BLS12-381 precompiles
blst = { version = "0.3.13", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ c-kzg = { version = "1.0.3", default-features = false, optional = true, features
] }

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

# utility
enumn = "0.1"
Expand Down

0 comments on commit 9a8197e

Please sign in to comment.