diff options
author | Teddy Wing | 2021-06-24 00:29:37 +0200 |
---|---|---|
committer | Teddy Wing | 2021-06-24 00:29:37 +0200 |
commit | fd77d11af8ccf621f4ec9d5e1bb2e23430cdcda4 (patch) | |
tree | 01cb5f145c73015bad6f5e7dc3920e5acc5f78f7 /src/github.rs | |
parent | 98ef161268ef3af40618fe1bb52d0c8721fcc0b8 (diff) | |
parent | 1aaef56e5b3c3f4ba6e479c809bd77bc585c716b (diff) | |
download | reflectub-fd77d11af8ccf621f4ec9d5e1bb2e23430cdcda4.tar.bz2 |
Merge branch 'add-support-for-empty-repositories'
Diffstat (limited to 'src/github.rs')
-rw-r--r-- | src/github.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/github.rs b/src/github.rs index 5289a0d..a3bb74e 100644 --- a/src/github.rs +++ b/src/github.rs @@ -47,6 +47,7 @@ pub struct Repo { pub default_branch: String, pub size: u64, pub updated_at: String, + pub pushed_at: String, } impl Repo { |