Skip to content

Commit

Permalink
fix: upgrade openvm to main (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsing authored Jan 17, 2025
1 parent 2d8b305 commit f1b0892
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 59 deletions.
78 changes: 36 additions & 42 deletions Cargo.lock

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

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

[workspace.dependencies]
# openvm
openvm = { git = "https://github.com/openvm-org/openvm.git", tag = "v0.1.1-alpha" }
openvm-ecc-guest = { git = "https://github.com/openvm-org/openvm.git", tag = "v0.1.1-alpha" }
openvm-pairing-guest = { git = "https://github.com/openvm-org/openvm.git", tag = "v0.1.1-alpha" }
openvm-keccak256-guest = { git = "https://github.com/openvm-org/openvm.git", tag = "v0.1.1-alpha" }
openvm-sha256-guest = { git = "https://github.com/openvm-org/openvm.git", tag = "v0.1.1-alpha" }
openvm-sdk = { git = "https://github.com/openvm-org/openvm.git", tag = "v0.1.1-alpha" }
openvm-build = { git = "https://github.com/openvm-org/openvm.git", tag = "v0.1.1-alpha" }
openvm-pairing-transpiler = { git = "https://github.com/openvm-org/openvm.git", tag = "v0.1.1-alpha" }
openvm-rv32im-transpiler = { git = "https://github.com/openvm-org/openvm.git", tag = "v0.1.1-alpha" }
openvm-transpiler = { git = "https://github.com/openvm-org/openvm.git", tag = "v0.1.1-alpha" }
openvm-algebra-circuit = { git = "https://github.com/openvm-org/openvm.git", tag = "v0.1.1-alpha" }
openvm-algebra-transpiler = { git = "https://github.com/openvm-org/openvm.git", tag = "v0.1.1-alpha" }
openvm-ecc-circuit = { git = "https://github.com/openvm-org/openvm.git", tag = "v0.1.1-alpha" }
openvm-ecc-transpiler = { git = "https://github.com/openvm-org/openvm.git", tag = "v0.1.1-alpha" }
openvm-pairing-circuit = { git = "https://github.com/openvm-org/openvm.git", tag = "v0.1.1-alpha" }
openvm-circuit = { git = "https://github.com/openvm-org/openvm.git", tag = "v0.1.1-alpha" }
openvm-stark-sdk = { git = "https://github.com/openvm-org/stark-backend.git", tag = "v0.1.3-alpha" }
openvm = { git = "https://github.com/openvm-org/openvm.git", branch = "main" }
openvm-ecc-guest = { git = "https://github.com/openvm-org/openvm.git", branch = "main" }
openvm-pairing-guest = { git = "https://github.com/openvm-org/openvm.git", branch = "main" }
openvm-keccak256-guest = { git = "https://github.com/openvm-org/openvm.git", branch = "main" }
openvm-sha256-guest = { git = "https://github.com/openvm-org/openvm.git", branch = "main" }
openvm-sdk = { git = "https://github.com/openvm-org/openvm.git", branch = "main" }
openvm-build = { git = "https://github.com/openvm-org/openvm.git", branch = "main" }
openvm-pairing-transpiler = { git = "https://github.com/openvm-org/openvm.git", branch = "main" }
openvm-rv32im-transpiler = { git = "https://github.com/openvm-org/openvm.git", branch = "main" }
openvm-transpiler = { git = "https://github.com/openvm-org/openvm.git", branch = "main" }
openvm-algebra-circuit = { git = "https://github.com/openvm-org/openvm.git", branch = "main" }
openvm-algebra-transpiler = { git = "https://github.com/openvm-org/openvm.git", branch = "main" }
openvm-ecc-circuit = { git = "https://github.com/openvm-org/openvm.git", branch = "main" }
openvm-ecc-transpiler = { git = "https://github.com/openvm-org/openvm.git", branch = "main" }
openvm-pairing-circuit = { git = "https://github.com/openvm-org/openvm.git", branch = "main" }
openvm-circuit = { git = "https://github.com/openvm-org/openvm.git", branch = "main" }
openvm-stark-sdk = { git = "https://github.com/openvm-org/stark-backend.git", branch = "main" }

[profile.release]
lto = true
Expand Down

0 comments on commit f1b0892

Please sign in to comment.