refactor: check for latest release

DRYs up the code for checking latest release from github.
This commit is contained in:
Byron Hambly 2022-08-08 13:24:02 +02:00
parent 493324ce1b
commit 4b09ffd4df
No known key found for this signature in database
GPG key ID: DE8F6EA20A661697
4 changed files with 69 additions and 97 deletions

View file

@ -19,6 +19,7 @@
pub mod asb;
pub mod bitcoin;
pub mod cli;
pub mod common;
pub mod database;
pub mod env;
pub mod fs;