Problem
cargo bininstall kache falls back to cargo install now as there's no binary
Proposed solution
Build for Windows too
Alternatives considered
N/A 🤔
Use case
Building ring included in kache's dependency requires Perl and also ring fails to compile on arm64 right now: briansmith/ring#2215, so would be nice to have a prebuilt binary to not have build problem.
Problem
cargo bininstall kachefalls back tocargo installnow as there's no binaryProposed solution
Build for Windows too
Alternatives considered
N/A 🤔
Use case
Building
ringincluded in kache's dependency requires Perl and alsoringfails to compile on arm64 right now: briansmith/ring#2215, so would be nice to have a prebuilt binary to not have build problem.