Skip to content

Commit

Permalink
chore: git ashlang dep
Browse files Browse the repository at this point in the history
  • Loading branch information
chancehudson committed Oct 21, 2024
1 parent 6ac2742 commit f30efe4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 213 deletions.
221 changes: 9 additions & 212 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion mopro-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ thiserror = "=1.0.39"
color-eyre = "=0.6.2"

# ashlang deps
ashlang = { path = "../../ashlang/ashlang", optional = true }
#ashlang = { path = "../../ashlang/ashlang", optional = true }
ashlang = { git = "https://github.com/chancehudson/ashlang.git", optional = true, default-features = false, features = ["spartan-prover", "serde"] }
#ashlang = { version = "0.1.0", optional = true, default-features = false, features = ["spartan-prover"] }
#scalarff = { path = "../../scalarff", optional = true }

Expand Down

0 comments on commit f30efe4

Please sign in to comment.