Skip to content

Commit

Permalink
Merge pull request #386 from Distributive-Network/caleb/fix/setup/cargo
Browse files Browse the repository at this point in the history
setup.sh cargo configuration
  • Loading branch information
philippedistributive authored Jul 17, 2024
2 parents e77643f + e91d38f commit 92eceae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ fi
# Install rust compiler
echo "Installing rust compiler"
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.76
. $HOME/.cargo/env
cargo install cbindgen
# Setup Poetry
echo "Installing poetry"
Expand Down

0 comments on commit 92eceae

Please sign in to comment.