kyu08 / fzf-make

A command line tool that executes make target using fuzzy finder with preview window.
MIT License
64 stars 8 forks source link

Cannot build from dev shell due outdated dependencies #239

Closed Sigmanificient closed 3 months ago

Sigmanificient commented 3 months ago

Missing clippy

error: no such command: `clippy`

    View all installed commands with `cargo --list`

Outdated rustc version (typos-cli require rustc >= 1.75.0)

error: failed to compile `typos-cli v1.19.0`, intermediate artifacts can be found at `/tmp/cargo-install4ZpcaJ`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.

Caused by:
  package `typos-cli v1.19.0` cannot be built because it requires rustc 1.75 or newer, while the currently active rustc version is 1.73.0
  Try re-running cargo install with `--locked`