mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-18 08:36:36 +00:00
Refactor: Move HasReleaseArtifacts
failure variants into GhApiError
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
5417475542
commit
7bd8468c35
8 changed files with 129 additions and 257 deletions
|
@ -1,5 +1,8 @@
|
|||
pub mod jobserver_client;
|
||||
pub mod remote;
|
||||
pub mod remote {
|
||||
pub use binstalk_downloader::remote::*;
|
||||
pub use url::ParseError as UrlParseError;
|
||||
}
|
||||
pub(crate) mod target_triple;
|
||||
pub mod tasks;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue