blob: f2045454703bb8fe902bfa06e88e4f7968161b64 (
plain)
1
2
3
4
5
|
@echo off
curl -L -o rust-analyzer-windows.exe "https://github.com/rust-analyzer/rust-analyzer/releases/download/2020-02-18/rust-analyzer-windows.exe"
move rust-analyzer-windows.exe rust-analyzer.exe
|