Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vivianjeng committed Jul 2, 2024
1 parent 1e0580d commit 6258474
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "ark-zkey"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "Library to read zkey faster by serializing to arkworks friendly format."
license = "MIT OR Apache-2.0"
repository = "https://github.com/zkmopro/mopro"
repository = "https://github.com/zkmopro/ark-zkey"
documentation = "https://zkmopro.org/"
homepage = "https://zkmopro.org/"

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ark-zkey

![Crates.io](https://img.shields.io/crates/v/ark-zkey?label=ark-zkey)

Library to read `zkey` faster by serializing to `arkworks` friendly format.

See https://github.com/zkmopro/mopro/issues/25 for context.
Expand Down

0 comments on commit 6258474

Please sign in to comment.