Update installation of rust binaries

This commit is contained in:
2022-06-29 15:29:02 +02:00
parent 3703fd3d3b
commit 2c2aaf5de8
2 changed files with 120 additions and 14 deletions

View File

@@ -9,6 +9,13 @@ cargo_crate_list:
- crate: ripgrep
binary: rg
version: 13.0.0
features:
- pcre2
- simd-accel
toolchain: nightly # necessary for SIMD
required_packages:
- ubuntu: libpcre2-dev
archlinux: pcre2
- crate: fd-find
binary: fd
version: 8.3.1
@@ -18,6 +25,7 @@ cargo_crate_list:
- crate: exa
binary: exa
version: 0.10.1
toolchain: "1.60" # Fails with 1.61, see https://github.com/rust-lang/rust/issues/97255
- crate: watchexec-cli
binary: watchexec
version: 1.19.0
@@ -26,3 +34,6 @@ cargo_crate_list:
branch: develop
source: git
toolchain: nightly
features:
- static-build
target: x86_64-unknown-linux-musl