Skip to content

Commit

Permalink
Merge branch 'blake2s-hints-3' into blake2s-hints-4
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed Nov 21, 2023
2 parents f04da44 + f00d78e commit 6bec3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
CAIRO_VM_CLI:=cairo-vm/target/release/cairo-vm-cli

$(CAIRO_VM_CLI):
git clone --depth 1 -b v0.9.0 https://github.com/lambdaclass/cairo-vm
git clone --depth 1 -b v0.9.1 https://github.com/lambdaclass/cairo-vm
cd cairo-vm; cargo b --release --bin cairo-vm-cli

# Create proof mode programs.
Expand Down

0 comments on commit 6bec3e0

Please sign in to comment.