Skip to content

Commit

Permalink
chore: bump version (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWOLAND authored Aug 23, 2024
1 parent a492578 commit 0db274d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -33,4 +33,4 @@ bls12_381 = { git = "https://github.com/sp1-patches/bls12_381/", default-feature
"pairings",
"alloc",
] }
hex = "0.4.3"
hex = "0.4.3"

0 comments on commit 0db274d

Please sign in to comment.