Differences From Artifact [48255772dc]:
- File src/core.rs — part of check-in [bc5f7c980c] at 2026-03-24 17:46:17 on branch release — bump (fixes 2 security issues in aws-lc-sys, aws-lc-fips-sys) (user: arcade, size: 12838) [annotate] [blame] [check-ins using]
To Artifact [7b880bf97c]:
- File src/core.rs — part of check-in [01565c7f7e] at 2026-04-23 10:36:14 on branch release — fix workflow, fix and comment clippy warnings bump rustls-webpki to 0.103.13 (fixes 2 lowsec issues) (user: arcade, size: 12936) [annotate] [blame] [check-ins using]
| ︙ | |||
121 122 123 124 125 126 127 128 129 130 131 132 133 134 | 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 | + + |
pub tg: Client,
pub me: Bot,
pub db: Db,
running: Arc<Mutex<HashSet<i32>>>,
http_client: reqwest::Client,
}
// XXX Right now that part is unfinished and I guess I need to finish menu first
#[allow(unused)]
pub struct Post {
uri: String,
title: String,
authors: String,
summary: String,
}
|
| ︙ |