Skip to content

Commit

Permalink
chore: bump c-kzg to 1.0.2 (bluealloy#1390)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected committed May 8, 2024
1 parent ab54cd5 commit 15ef150
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 @@ -30,7 +30,7 @@ sha2 = { version = "0.10", default-features = false }
aurora-engine-modexp = { version = "1.1", default-features = false }

# Optional KZG point evaluation precompile
c-kzg = { version = "1.0.0", default-features = false, optional = true }
c-kzg = { version = "1.0.2", default-features = false, optional = true }

# ecRecover precompile
k256 = { version = "0.13.3", default-features = false, features = ["ecdsa"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ bitvec = { version = "1", default-features = false, features = ["alloc"] }
bitflags = { version = "2.5.0", default-features = false }

# For setting the CfgEnv KZGSettings. Enabled by c-kzg flag.
c-kzg = { version = "1.0.0", default-features = false, optional = true }
c-kzg = { version = "1.0.2", default-features = false, optional = true }
once_cell = { version = "1.19", default-features = false, optional = true }

# utility
Expand Down

0 comments on commit 15ef150

Please sign in to comment.