Commit graph

18 commits

Author SHA1 Message Date
Andrey Brusnik
46c5abc763
Replace serde_with_macros with serde_with 2024-07-17 17:49:44 +04:00
Ilya Bizyaev
07f02e6d0c
Add a feature for rustls + native certs
This just propagates reqwest/rustls-tls-native-roots.
2024-07-10 17:55:56 +02:00
Ilya Bizyaev
8364eeae4b
Require chrono >= 0.4.32
It's required for teloxide's usages of chrono::Duration::try_seconds:
https://github.com/chronotope/chrono/commit/a2820c4
2024-07-10 09:57:44 +02:00
Hirrolot
309986301f
Update nightly 2024-07-04 22:59:35 +05:00
Harsh Shandilya
4c0589ab39 crates: remove unused dependencies 2024-02-18 00:21:40 +05:30
Maybe Waffle
8bbe0ecf1a Remove auto send adaptor
It has become useless a while ago.
2024-02-13 20:27:16 +01:00
Maybe Waffle
e5503e6525 format cargo tomls 2023-10-04 19:42:18 +04:00
Maybe Waffle
cec2a018ff Use futures::future::select instead of tokio::select!
Pros: less macros, fixes the missing feature issue.
Cons: a bit more code because `fututres` is an annoying crate
      which does not use `either::Either` and provides its
      own `Either` which does not have `map_either`, or
      basically anything for that matter.
2023-10-04 19:37:18 +04:00
Waffle Maybe
c7feb38995
Merge pull request #860 from teloxide/release-chores
Simplify release process by using `cargo-release`
2023-09-24 00:57:42 +00:00
TheAwiteb
aca9f9583d
Bump chrono to v0.4.30 2023-09-07 21:42:29 +03:00
Maybe Waffle
e4f30e729a Simplify release process by using cargo-release 2023-02-28 20:45:39 +04:00
Maybe Waffle
750d8c3209 Release teloxide-core v0.9.1 2023-02-15 23:09:01 +04:00
Maybe Waffle
8e435c9e7f Add a reminder to update teloxide's Cargo.toml when adding features to core 2023-02-03 17:12:57 +04:00
Maybe Waffle
11defdcffb Remove 6-th keyword from teloxide-core's Cargo.toml 2023-01-17 22:35:47 +04:00
Maybe Waffle
dde56e5fae Prepare for the release of teloxide-core 2023-01-17 20:29:41 +04:00
Maybe Waffle
867adbb20b Update scrape examples options 2022-12-29 00:31:17 +04:00
Maybe Waffle
dfb22450fc Refactor Cargo.tomls 2022-11-28 22:14:49 +04:00
Maybe Waffle
71dd29b1ac move teloxide-core to crates/ 2022-11-01 16:33:54 +04:00
Renamed from Cargo.toml (Browse further)