Skip to content

Commit

Permalink
chore: bump c-kzg to v0.4.0 (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Oct 31, 2023
1 parent 5aff2f1 commit 1609e07
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
Expand Up @@ -18,7 +18,7 @@ sha2 = { version = "0.10", default-features = false }
aurora-engine-modexp = { version = "1.0", default-features = false }

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

# ecRecover precompile
k256 = { version = "0.13", default-features = false, features = ["ecdsa"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/primitives/Cargo.toml
Expand Up @@ -23,7 +23,7 @@ bitvec = { version = "1", default-features = false, features = ["alloc"] }
bitflags = { version = "2.4.1", default-features = false }

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

# utility
Expand Down

0 comments on commit 1609e07

Please sign in to comment.