Skip to content

Commit 92eceae

Browse files
Merge pull request #386 from Distributive-Network/caleb/fix/setup/cargo
setup.sh cargo configuration
2 parents e77643f + e91d38f commit 92eceae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ fi
3434
# Install rust compiler
3535
echo "Installing rust compiler"
3636
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.76
37+
. $HOME/.cargo/env
3738
cargo install cbindgen
3839
# Setup Poetry
3940
echo "Installing poetry"

0 commit comments

Comments
 (0)