Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
update arkworks tag
Browse files Browse the repository at this point in the history
  • Loading branch information
martyall committed Jan 18, 2024
1 parent 8506960 commit 2d8c750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nix-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: jaxxstorm/[email protected]
with:
repo: torsion-labs/arkworks-bridge
tag: v0.2.0
tag: v1.0.0-rc1

- uses: cachix/install-nix-action@v24
with:
Expand Down
2 changes: 1 addition & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ import Snarkl.Toplevel (Comp, Ty (TField))
import qualified Test.Snarkl.Unit.Programs as Programs

main :: IO ()
main = defaultMain "prog2" (Programs.prog2 10 :: Comp 'TField F_BN128)
main = defaultMain "prog" (Programs.prog2 10 :: Comp 'TField F_BN128)

0 comments on commit 2d8c750

Please sign in to comment.