Skip to content
Snippets Groups Projects
Commit 9e28bfdc authored by Jesse Rafters's avatar Jesse Rafters
Browse files

Removed the rust-toolchain.toml, meant for issue #5335

parent f327e9f1
Branches
No related merge requests found
[toolchain]
channel = "1.77.0"
\ No newline at end of file
......@@ -115,7 +115,7 @@ if command -v rustc >/dev/null 2>&1; then
else
if prompt_default_yes "\n🦀 Rust is not installed. Install it?"; then
echo "🦀 Installing via rustup."
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
else
echo "Aborting."
exit 1
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment