Skip to content

Commit

Permalink
chore: Release 1.0.0 (#80)
Browse files Browse the repository at this point in the history
* chore: Release 1.0.0

* chore: update cargo lock and programs

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Thomas Chataigner <tom.chataigner@yahoo.fr>
  • Loading branch information
3 people authored Jun 24, 2024
1 parent cae83d4 commit b4731b1
Show file tree
Hide file tree
Showing 121 changed files with 817 additions and 803 deletions.
32 changes: 16 additions & 16 deletions 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sphinx-cli"
version = "0.1.0"
version = "1.0.0"
edition.workspace = true
repository.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sphinx-core"
version = "0.1.0"
version = "1.0.0"
edition.workspace = true
repository.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sphinx-derive"
version = "0.1.0"
version = "1.0.0"
edition.workspace = true
repository.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion eval/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sphinx-eval"
version = "0.1.0"
version = "1.0.0"
edition.workspace = true
repository.workspace = true
license.workspace = true
Expand Down
6 changes: 3 additions & 3 deletions examples/aggregation/program/Cargo.lock

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

Binary file modified examples/aggregation/program/elf/riscv32im-succinct-zkvm-elf
Binary file not shown.
Loading

0 comments on commit b4731b1

Please sign in to comment.