From 654a5b5b58bead8a707d325e79d86bbe93ea2345 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 3 Jun 2021 20:57:14 +0200 Subject: main(): Use a smaller forked repository for testing The Angular.js repo was 51 MB, while DDHotKey is 95 K. --- src/main.rs | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/main.rs b/src/main.rs index fe6836d..465325e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -31,13 +31,15 @@ async fn main() { async fn run() -> anyhow::Result<()> { let test_repos = vec![ github::Repo { - id: 18086664, - name: "angular.js".to_owned(), - description: None, + id: 345367151, + name: "DDHotKey".to_owned(), + description: Some( + "Simple Cocoa global hotkeys".to_owned(), + ), fork: true, - git_url: "git://github.com/teddywing/angular.js.git".to_owned(), + git_url: "git://github.com/teddywing/DDHotKey.git".to_owned(), default_branch: "master".to_owned(), - updated_at: "2014-03-25T06:55:16Z".to_owned(), + updated_at: "2021-03-07T14:27:06Z".to_owned(), }, github::Repo { id: 312106271, -- cgit v1.2.3