Update installation of rust binaries
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user