next.js
cd1a292c
- pass `--locked` to `cargo binstall` (#94834)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
3 days ago
pass `--locked` to `cargo binstall` (#94834) If `binstall` fails to download a precompiled artifact it falls back to `cargo install` and many tools (like `nextest`) require the `--locked` flag. So pass the `--locked` flag.
References
#94834 - pass `--locked` to `cargo binstall`
Author
lukesandberg
Parents
e154157c
Loading