The old version available by default in the GitHub Actions image fails
with:
thread 'main' panicked at 'package cache lock is not currently held, Cargo forgot to call `acquire_package_cache_lock` before we got to this stack frame', /usr/share/rust/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo-0.57.0/src/cargo/util/config/mod.rs:1542:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Required by use of `resolver` in the `time` crate's Cargo.toml.
error: failed to download `time v0.3.5`
Caused by:
unable to get packages from source
Caused by:
failed to parse manifest at ~/.cargo/registry/src/github.com-1ecc6299db9ec823/time-0.3.5/Cargo.toml
Caused by:
feature `resolver` is required
this Cargo does not support nightly features, but if you
switch to nightly channel you can add
`cargo-features = ["resolver"]` to enable this feature
Required by use of str::strip_suffix in `bat`.
error[E0658]: use of unstable library feature 'str_strip': newly added
--> /home/david/.cargo/registry/src/github.com-1ecc6299db9ec823/bat-0.18.2/src/assets.rs:304:75
|
304 | ... if let Some(stripped_filename) = file_str.strip_suffix(suffix) {
| ^^^^^^^^^^^^