Overview
| Comment: | fix version (I missed one bump recently) |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
3b5fe61104ba7548fb6bd341f4050cc6 |
| User & Date: | arcade on 2026-04-23 10:00:04.255 |
| Other Links: | manifest | tags |
Context
|
2026-04-23
| ||
| 10:03 | fix version, fix workflows bump rustls-webpki to 0.103.13 (fixes 2 lowsec issues) leaf check-in: 1c4b702017 user: arcade tags: release, v0.6.5 | |
| 10:00 | fix version (I missed one bump recently) leaf check-in: 3b5fe61104 user: arcade tags: trunk | |
| 09:48 | fix action to cover all push and pull_requests only once (by CodeRabbit) check-in: 71a7f0e748 user: arcade tags: trunk | |
Changes
Modified Cargo.lock
from [4062b851b6]
to [3a1addb946].
| ︙ | ︙ | |||
1651 1652 1653 1654 1655 1656 1657 | "async-process", "blocking", "futures-lite", ] [[package]] name = "smtp2tg" | | | 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 | "async-process", "blocking", "futures-lite", ] [[package]] name = "smtp2tg" version = "0.6.5" dependencies = [ "async-compat", "config", "hostname", "html-escape", "just-getopt", "lazy_static", |
| ︙ | ︙ |
Modified Cargo.toml
from [76492d1d4a]
to [0cb41533c2].
1 2 | [package] name = "smtp2tg" | | | 1 2 3 4 5 6 7 8 9 10 | [package] name = "smtp2tg" version = "0.6.5" authors = [ "arcade@b1t.name" ] edition = "2024" license = "0BSD" repository = "http://fs.b1t.name/smtp2tg" [dependencies] async-compat = "0.2.5" |
| ︙ | ︙ |