diff --git a/Cargo.lock b/Cargo.lock index 803be8e..57bf2dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -217,7 +217,7 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" [[package]] name = "kzg-rs" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bls12_381", "ff", diff --git a/Cargo.toml b/Cargo.toml index 80aab32..95e9c49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "Rust implementation of KZG point evaluation" edition = "2021" license = "MIT" name = "kzg-rs" -version = "0.1.0" +version = "0.2.0" repository = "https://github.com/succinctlabs/kzg-rs" [dependencies] @@ -33,4 +33,4 @@ bls12_381 = { git = "https://github.com/sp1-patches/bls12_381/", default-feature "pairings", "alloc", ] } -hex = "0.4.3" \ No newline at end of file +hex = "0.4.3"