You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bandwhich is currently failing to build for Homebrew with Rust 1.49 on Apple Silicon: Homebrew/homebrew-core#68089
It appears this is due to a stale lock file, causing cargo install --locked to pull in dependencies that do not work for bandwhich on Apple Silicon. Is it possible for the Cargo.lock file to be updated? If this could be done with a new release, that would be especially helpful.
bandwhich is currently failing to build for Homebrew with Rust 1.49 on Apple Silicon: Homebrew/homebrew-core#68089
It appears this is due to a stale lock file, causing
cargo install --locked
to pull in dependencies that do not work for bandwhich on Apple Silicon. Is it possible for theCargo.lock
file to be updated? If this could be done with a new release, that would be especially helpful.Related: Homebrew/homebrew-core#68301
The text was updated successfully, but these errors were encountered: