Skip to content

Commit

Permalink
fixing crate name
Browse files Browse the repository at this point in the history
  • Loading branch information
anupsv authored Jan 30, 2025
1 parent 530238e commit b3e532e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions verifier/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "rust-kzg-bn254-batch-verifier"
name = "rust-kzg-bn254-verifier"
version = "0.1.0"
license-file.workspace = true
edition.workspace = true
Expand All @@ -23,4 +23,4 @@ rust-kzg-bn254-prover = { path = "../prover", version = "0.1.0" }
[[bench]]
name = "bench_kzg_verify"
harness = false
path = "benches/bench_kzg_verify.rs"
path = "benches/bench_kzg_verify.rs"

0 comments on commit b3e532e

Please sign in to comment.