summaryrefslogtreecommitdiffstats
path: root/.cargo
AgeCommit message (Collapse)Author
2020-12-26other: Comment out cross ARM targets (#376)Clement Tsang
Comment out some linkers set in `.config/cargo.toml` for ARM targets.
2020-11-22ci: uptick to 0.5.1, fix ciClementTsang
2020-11-20ci: [skip travis] some github actions stuff...0.5.0ClementTsang
2020-09-03other: Windows compilation stuff (#222)Clement Tsang
Some Windows compilation/deploy stuff. Mostly just a catch-all for some chores.
2020-09-02other: aarch64 support (#217)Clement Tsang
Adds theoretical aarch64 support.
2020-08-31other: Add autocomplete file generation (#213)Clement Tsang
Adds shell completion generation as part of the build, as well as tweaking install scripts/templates/CI to use them.