We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e77643f + e91d38f commit 92eceaeCopy full SHA for 92eceae
setup.sh
@@ -34,6 +34,7 @@ fi
34
# Install rust compiler
35
echo "Installing rust compiler"
36
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.76
37
+. $HOME/.cargo/env
38
cargo install cbindgen
39
# Setup Poetry
40
echo "Installing poetry"
0 commit comments