Overview
Comment: | and finally bump |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4f7c2fa854e816fddaef8629ce5e864f |
User & Date: | arcade on 2022-03-12 13:30:50.187 |
Other Links: | manifest | tags |
Context
2022-03-15
| ||
14:00 | move to async, cut deps a little check-in: cb86e770f9 user: arcade tags: trunk | |
2022-03-12
| ||
13:30 | and finally bump check-in: 4f7c2fa854 user: arcade tags: trunk | |
13:25 | bump, update config check-in: 28da2e2a00 user: arcade tags: trunk | |
Changes
Modified Cargo.lock
from [949884330b]
to [05232a9774].
︙ | ︙ | |||
2176 2177 2178 2179 2180 2181 2182 | "derive_builder 0.9.0", "quick-xml 0.17.2", "reqwest 0.9.24", ] [[package]] name = "rsstg" | | | 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 | "derive_builder 0.9.0", "quick-xml 0.17.2", "reqwest 0.9.24", ] [[package]] name = "rsstg" version = "0.2.9" dependencies = [ "anyhow", "atom_syndication", "chrono", "config", "futures 0.3.21", "futures-util", |
︙ | ︙ |