Skip to content

Commit

Permalink
upgrade openvm
Browse files Browse the repository at this point in the history
  • Loading branch information
lispc committed Feb 28, 2025
1 parent 1f677dc commit 9a4b652
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ rustdoc-args = ["--cfg", "docsrs"]

[workspace.dependencies]
# openvm
openvm = { git = "https://github.com/openvm-org/openvm.git", tag = "v1.0.0-rc.1" }
openvm-ecc-guest = { git = "https://github.com/openvm-org/openvm.git", tag = "v1.0.0-rc.1" }
openvm-pairing-guest = { git = "https://github.com/openvm-org/openvm.git", tag = "v1.0.0-rc.1" }
openvm-keccak256-guest = { git = "https://github.com/openvm-org/openvm.git", tag = "v1.0.0-rc.1" }
openvm-sha256-guest = { git = "https://github.com/openvm-org/openvm.git", tag = "v1.0.0-rc.1" }
openvm = { git = "https://github.com/openvm-org/openvm.git", rev = "f1b4844" }
openvm-ecc-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "f1b4844" }
openvm-pairing-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "f1b4844" }
openvm-keccak256-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "f1b4844" }
openvm-sha256-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "f1b4844" }

[profile.release]
lto = true
Expand Down

0 comments on commit 9a4b652

Please sign in to comment.