Skip to content

Commit

Permalink
chore: bump kzg-rs version (#1734)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWOLAND authored Aug 30, 2024
1 parent 347e499 commit a29c9b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -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.2", default-features = false, optional = true }
kzg-rs = { version = "0.2.3", 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.2", default-features = false, optional = true }
kzg-rs = { version = "0.2.3", default-features = false, optional = true }

# utility
enumn = "0.1"
Expand Down

0 comments on commit a29c9b6

Please sign in to comment.