summaryrefslogtreecommitdiffstats
path: root/.cargo
AgeCommit message (Collapse)Author
2021-05-31cargo: statically link binary on Windows/MSVCAustin Wise
Before this change, rg.exe depended on vcruntime140.dll, which does not exist on a fresh install of Windows. Closes #1613