Skip to content

Commit

Permalink
chore: release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eigmax committed Mar 19, 2023
1 parent abcedb6 commit 6441143
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- uses: taiki-e/upload-rust-binary-action@v1
with:
# (required)
bin: zkit
archive: $target
bin: eigen-zkit
archive: $bin-$target
target: ${{ matrix.target }}
tar: all
env:
Expand Down
3 changes: 1 addition & 2 deletions zkit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "zkit"
name = "eigen-zkit"
version = "0.0.1"
edition = "2021"
license = "Apache-2.0"
Expand All @@ -17,7 +17,6 @@ clap = { package = "clap-v3", version = "3.0.0-beta.1" } # todo: replace with of
ansi_term = "0.12.1"
wast = "39.0.0"
anyhow = "1.0.34"
#thiserror = "1.0.33"

serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
Expand Down

0 comments on commit 6441143

Please sign in to comment.