Skip to content

Commit

Permalink
fix: Remove version requirement for cargo-binstall from install.sh (#98)
Browse files Browse the repository at this point in the history
Ref #95
  • Loading branch information
eureka-cpu authored Nov 25, 2024
1 parent 91d8537 commit 0db8839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e

cargo install cargo-binstall@1.0.1
cargo install cargo-binstall
cargo binstall cargo-risczero
cargo risczero install

Expand All @@ -17,4 +17,4 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then
cargo install bonsol-cli --git https://github.com/anagrambuild/bonsol --features linux
fi
elif [[ "$OSTYPE" == "darwin"* ]]; then
cargo install bonsol-cli --git https://github.com/anagrambuild/bonsol --features mac
cargo install bonsol-cli --git https://github.com/anagrambuild/bonsol --features mac

0 comments on commit 0db8839

Please sign in to comment.