Differences From Artifact [d02050c335]:
- File src/main.rs — part of check-in [b2b8005309] at 2020-12-18 19:15:56 on branch trunk — log errors to user (user: arcade, size: 16591) [annotate] [blame] [check-ins using]
To Artifact [cd18fd479e]:
- File src/main.rs — part of check-in [5609487b23] at 2021-06-28 08:27:14 on branch trunk — fix building on rust 1.53 (user: arcade, size: 16593) [annotate] [blame] [check-ins using]
︙ | |||
12 13 14 15 16 17 18 | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | - + | use regex::Regex; use telegram_bot::*; use tokio::stream::StreamExt; use sqlx::postgres::PgPoolOptions; use sqlx::Row; |
︙ |