summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Expand)Author
2022-11-03Updates for fd 8.5.2v8.5.2David Peter
2022-11-02Updates for fd 8.5.1v8.5.1David Peter
2022-11-01Preparation for v8.5David Peter
2022-11-01Merge remote-tracking branch 'origin/master' into clap-deriveDavid Peter
2022-11-01walk: Switch back to crossbeam-channelTavian Barnes
2022-10-11Update clap depenency versionThayne McCombs
2022-10-09Merge remote-tracking branch 'upstream/master' into clap-deriveThayne McCombs
2022-10-08Upgrade to clap 4.0Thayne McCombs
2022-10-08Use clap-derive for option parsingThayne McCombs
2022-10-01Bump once_cell from 1.14.0 to 1.15.0dependabot[bot]
2022-09-19Enable jemallocator on 64-bit musl buildsTavian Barnes
2022-09-11Simplistic "Command not found" error messageMarie Katrine Ekeberg
2022-09-11Implement --type executable on WindowsTavian Barnes
2022-09-09Bump MSRV to 1.56.1Thayne McCombs
2022-09-09Upgrade clap to 3.2Thayne McCombs
2022-09-02Revert "Bump nix from 0.24.2 to 0.25.0"David Peter
2022-09-02Bump nix from 0.24.2 to 0.25.0dependabot[bot]
2022-09-02Bump lscolors from 0.11.0 to 0.12.0dependabot[bot]
2022-09-01Bump once_cell from 1.13.0 to 1.13.1dependabot[bot]
2022-08-02Merge pull request #1076 from sharkdp/dependabot/cargo/regex-1.6.0Tavian Barnes
2022-08-02Merge pull request #1073 from sharkdp/dependabot/cargo/test-case-2.2.1Tavian Barnes
2022-08-02Bump once_cell from 1.12.0 to 1.13.0dependabot[bot]
2022-08-01Bump regex from 1.5.6 to 1.6.0dependabot[bot]
2022-08-01Bump nix from 0.24.1 to 0.24.2dependabot[bot]
2022-08-01Bump lscolors from 0.10.0 to 0.11.0dependabot[bot]
2022-08-01Bump test-case from 2.1.0 to 2.2.1dependabot[bot]
2022-05-29Update jemalloc to 5.3 (jemallocator 0.5)v8.4.0David Peter
2022-05-29Update dependenciesDavid Peter
2022-05-29Bump versionDavid Peter
2022-05-28exec: Execute batches before they get too longTavian Barnes
2022-05-17Limit nix featuresRyan Zoeller
2022-05-02Bump nix from 0.23.1 to 0.24.1dependabot[bot]
2022-05-01Bump regex from 1.5.4 to 1.5.5dependabot[bot]
2022-04-01Bump once_cell from 1.9.0 to 1.10.0dependabot[bot]
2022-03-08Support multiple `--exec` instancesThayne McCombs
2022-03-04Fix missing clap featureDavid Peter
2022-03-04Bump lscolors from 0.8.1 to 0.9.0dependabot[bot]
2022-03-02Upgrade to clap 3.1Thayne McCombs
2022-03-01Bump test-case from 1.2.1 to 2.0.0dependabot[bot]
2022-01-29Bump version to v8.3.2David Peter
2022-01-07Upgrade to clap 3.0Thayne McCombs
2022-01-07Update normpath to 0.3.2 to fix issue #931Gabriel Barta
2022-01-06Bump version to v8.3.1v8.3.1David Peter
2022-01-06Merge branch 'master' into revert-crossbeamDavid Peter
2022-01-03Bump num_cpus from 1.13.0 to 1.13.1 (#927)dependabot[bot]
2022-01-03Bump nix from 0.23.0 to 0.23.1 (#922)dependabot[bot]
2022-01-03Bump once_cell from 1.8.0 to 1.9.0 (#925)dependabot[bot]
2021-12-28Revert "Switch from std::sync::mpsc to crossbeam-channel"Tavian Barnes
2021-12-28fix: disable jemalloc on risc-v targetYujia Qiao
2021-12-28Allow use to disable jemalloceatradish