diff --git a/src/models/gists.rs b/src/models/gists.rs index edf7f636..d93f17fd 100644 --- a/src/models/gists.rs +++ b/src/models/gists.rs @@ -16,6 +16,7 @@ pub struct Gist { pub html_url: Url, pub id: String, pub node_id: String, + pub public: bool, pub updated_at: DateTime, pub url: Url, }