fails with
running rustup to ensure you have aarch64-pc-windows-msvc installed
info: component 'rust-std' for target 'aarch64-pc-windows-msvc' is up to date
building aarch64-pc-windows-msvc target, from x86_64-unknown-linux-gnu host, via cargo-xwin, using cargo profile dist --workspace)
⏬ Downloading MSVC CRT...
✅ Downloaded MSVC CRT in 1m 13s.
error: rustc 1.87.0 is not supported by the following packages:
sed@0.1.1 requires rustc 1.88
sed@0.1.1 requires rustc 1.88
sed@0.1.1 requires rustc 1.88
sed@0.1.1 requires rustc 1.88
sysinfo@0.37.2 requires rustc 1.88
× failed to find bin sed.exe for path+file:///__w/sed/sed#0.1.1
help: did the above build fail?
Keep using regex_fancy for regexes containing backreferences.
This removes a complex unneeded matcher selection RE and also
provides an overall small performance boost.
access-log-no-del pre-use-bytes is 1.02 times faster than use-re-bytes
access-log-all-del use-re-bytes is 1.02 times faster than pre-use-bytes
access-log-translit pre-use-bytes is similarly fast as use-re-bytes
access-log-complex-sub pre-use-bytes is similarly fast as use-re-bytes
access-log-append pre-use-bytes is similarly fast as use-re-bytes
remove-cr use-re-bytes is 1.08 times faster than pre-use-bytes
genome-subst use-re-bytes is 1.05 times faster than pre-use-bytes
number-fix pre-use-bytes is 1.02 times faster than use-re-bytes
long-script use-re-bytes is 1.01 times faster than pre-use-bytes
hanoi pre-use-bytes is similarly fast as use-re-bytes
factorial use-re-bytes is 1.03 times faster than pre-use-bytes
Suggested by: Andrew Gallant @BurntSushi
otherwise, fails with:
Downloaded xattr v1.6.1
error: rustc 1.87.0 is not supported by the following package:
sysinfo@0.37.2 requires rustc 1.88
Either upgrade rustc or select compatible dependency versions with
`cargo update <name>@<current-ver> --precise <compatible-ver>`
where `<compatible-ver>` is the latest version supporting rustc 1.87.0
× failed to find bin sed (path+file:///D:/a/sed/sed#0.0.1) -- did the cargo build above have errors?