Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWOLAND committed Aug 28, 2024
1 parent fc5b35d commit 7f99143
Show file tree
Hide file tree
Showing 5 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.

2 changes: 1 addition & 1 deletion 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.2.1"
version = "0.2.2"
repository = "https://github.com/succinctlabs/kzg-rs"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cargo add kzg-rs
```
Or add
```toml
kzg-rs = { version = "0.2.1" }
kzg-rs = { version = "0.2.2" }
```

You can rebuild `roots_of_unity.bin`, `g1.bin`, and `g2.bin` by running
Expand Down
Binary file modified src/g1.bin
Binary file not shown.
Binary file modified src/g2.bin
Binary file not shown.

0 comments on commit 7f99143

Please sign in to comment.