Overview
| Comment: | skip tests for source tree - no tests should be there |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
606f357e771829f375e75e900ff40bf9 |
| User & Date: | arcade on 2026-07-31 15:03:19.207 |
| Other Links: | manifest | tags |
Context
|
2026-07-31
| ||
| 15:09 | add and propagate globs check-in: e67029b5a9 user: arcade tags: trunk | |
| 15:03 | skip tests for source tree - no tests should be there check-in: 606f357e77 user: arcade tags: trunk | |
| 10:46 | bump, fixes: - quinn-proto: https://rustsec.org/advisories/RUSTSEC-2026-0185 Remote memory exhaustion in quinn-proto from unbounded out-of-order stream reassembly - serde_with: https://github.com/jonasbb/serde_with/security/advisories/GHSA-7gcf-g7xr-8hxj KeyValueMap serialization panics on empty sequence or map entries Bad or attacker controlled values could cause a panic while allocating too large values. check-in: dff756ad22 user: arcade tags: trunk | |
Changes
Modified Cargo.toml
from [6955535361]
to [0ec4243b5c].
| ︙ | |||
19 20 21 22 23 24 25 | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | + + + + + + + + | smol = "2.0.2" stacked_errors = "0.7.1" tgbot = "0.46" [profile.release] lto = true codegen-units = 1 # All tests are moved to tests/ [lib] test = false [[bin]] test = false name = "smtp2tg" |