mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-15 08:20:03 +00:00
Check quickinstall signatures (#1382)
* Check quickinstall signatures * e2e test * We can no longer check presence of signing section early * Improve UI a little
This commit is contained in:
parent
ee7fcb3210
commit
680accd0d3
5 changed files with 78 additions and 27 deletions
|
@ -253,7 +253,6 @@ impl super::Fetcher for GhCrateMeta {
|
|||
SignatureVerifier::Noop
|
||||
}
|
||||
(SignaturePolicy::Require, None) => {
|
||||
debug_assert!(false, "missing signing section should be caught earlier");
|
||||
return Err(FetchError::MissingSignature);
|
||||
}
|
||||
(_, Some(config)) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue