Commit graph

2059 commits

Author SHA1 Message Date
Waffle Lapkin
ceeb471294
Merge pull request #330 from teloxide/clarify-storage-purpose
Clarify the purpose of Storage in the docs
2021-03-22 11:13:29 +03:00
Hirrolot
dc0c7f6493
Merge pull request #340 from slondr/dev
add BeerHolderBot to community bot list
2021-03-22 07:44:05 +06:00
Waffle Lapkin
c72bba682c Resolve fixme (#350)
* Update redis

* Resolve fixme(waffle) related to building docs

* Fix broken links

* Reexport teloxide_core::prelude as `no_inline`
2021-03-21 21:00:58 -04:00
Hirrolot
934ee94a5e Get ready for v0.4.0 (#347)
* Get ready for v0.4.0

* Export teloxide_macros as macros in lib.rs

* Use tokio v1.3 in README.md

* Return the feature 'macros' back

* Export teloxide_macros::teloxide in the prelude

* Document the 'macros' feature in README.md

* Update src/lib.rs

Co-authored-by: Waffle Lapkin <waffle.lapkin@gmail.com>

* Update src/prelude.rs

Co-authored-by: Waffle Lapkin <waffle.lapkin@gmail.com>

* Propagate features from teloxide-core

* teloxide-core = 0.2.1

* Fix CI

* Require teloxide-core/auto_send instead of teloxide/auto-send

* default-features = false (teloxide-core)

* Specify each teloxide-core feature separately

* Fix Cargo.toml

* JSON -> Json, CBOR -> Cbor

* Update Cargo.toml

Co-authored-by: Waffle Lapkin <waffle.lapkin@gmail.com>

Co-authored-by: Waffle Lapkin <waffle.lapkin@gmail.com>
2021-03-21 21:00:58 -04:00
Hirrolot
5657a32165 Update src/prelude.rs
Co-authored-by: Waffle Lapkin <waffle.lapkin@gmail.com>
2021-03-21 21:00:58 -04:00
Temirkhan Myrzamadi
09cca0faff Use Box<dyn Error + Send + Sync> in the examples 2021-03-21 21:00:58 -04:00
Temirkhan Myrzamadi
d625b69938 Fix examples/dialogue_bot 2021-03-21 21:00:58 -04:00
Temirkhan Myrzamadi
8178191d5a Fix examples/redis_remember_bot 2021-03-21 21:00:58 -04:00
Temirkhan Myrzamadi
07eb4c1148 Support UpdateKind::{MyChatMember, ChatMember} 2021-03-21 21:00:58 -04:00
Hirrolot
31a739f5b4 Update src/lib.rs
Co-authored-by: Waffle Lapkin <waffle.lapkin@gmail.com>
2021-03-21 21:00:58 -04:00
Temirkhan Myrzamadi
1453bc2565 Remove examples/sqlite_remember_bot/db.sqlite-journal 2021-03-21 21:00:58 -04:00
Temirkhan Myrzamadi
df63014269 Fix the doc tests 2021-03-21 21:00:58 -04:00
Temirkhan Myrzamadi
f3a0f9dc52 Fix the docs 2021-03-21 21:00:58 -04:00
Temirkhan Myrzamadi
1a76a0e34d Apply review suggestions 2021-03-21 21:00:58 -04:00
Temirkhan Myrzamadi
239ff94c0e Fix this fucking bullshit 2021-03-21 21:00:58 -04:00
Temirkhan Myrzamadi
8826263e58 Fmt 2021-03-21 21:00:58 -04:00
Temirkhan Myrzamadi
8b1c3b8101 Fix the tests 2021-03-21 21:00:58 -04:00
Temirkhan Myrzamadi
0391542214 Fix the examples 2021-03-21 21:00:58 -04:00
Temirkhan Myrzamadi
226249441a Fix the tests 2021-03-21 21:00:58 -04:00
Temirkhan Myrzamadi
d52382e271 Oops, push the examples too 2021-03-21 21:00:58 -04:00
Temirkhan Myrzamadi
539bc6763b Integrate teloxide-core 2021-03-21 21:00:58 -04:00
Temirkhan Myrzamadi
eb384defe3 Update the dependencies 2021-03-21 21:00:58 -04:00
Temirkhan Myrzamadi
580dfaeae6 Merge branch 'dev' into clarify-storage-purpose 2021-03-22 01:35:14 +06:00
Waffle Lapkin
101528e453
Resolve fixme (#350)
* Update redis

* Resolve fixme(waffle) related to building docs

* Fix broken links

* Reexport teloxide_core::prelude as `no_inline`
2021-03-22 00:43:19 +06:00
Hirrolot
8522759e68
Get ready for v0.4.0 (#347)
* Get ready for v0.4.0

* Export teloxide_macros as macros in lib.rs

* Use tokio v1.3 in README.md

* Return the feature 'macros' back

* Export teloxide_macros::teloxide in the prelude

* Document the 'macros' feature in README.md

* Update src/lib.rs

Co-authored-by: Waffle Lapkin <waffle.lapkin@gmail.com>

* Update src/prelude.rs

Co-authored-by: Waffle Lapkin <waffle.lapkin@gmail.com>

* Propagate features from teloxide-core

* teloxide-core = 0.2.1

* Fix CI

* Require teloxide-core/auto_send instead of teloxide/auto-send

* default-features = false (teloxide-core)

* Specify each teloxide-core feature separately

* Fix Cargo.toml

* JSON -> Json, CBOR -> Cbor

* Update Cargo.toml

Co-authored-by: Waffle Lapkin <waffle.lapkin@gmail.com>

Co-authored-by: Waffle Lapkin <waffle.lapkin@gmail.com>
2021-03-21 18:34:23 +06:00
Waffle Lapkin
7bfc88ff33
Merge pull request #348 from teloxide/erase-error-in-examples
Use Box<dyn Error + Send + Sync> in the examples
2021-03-20 22:47:19 +03:00
Hirrolot
68e3c5e089
Update src/prelude.rs
Co-authored-by: Waffle Lapkin <waffle.lapkin@gmail.com>
2021-03-20 22:57:32 +06:00
Temirkhan Myrzamadi
86253edc92 Use Box<dyn Error + Send + Sync> in the examples 2021-03-19 17:58:22 +06:00
Hirrolot
f2026b238b
Merge pull request #346 from teloxide/support-new-update-kind-types
Support new UpdateKind types
2021-03-18 02:08:53 +06:00
Temirkhan Myrzamadi
9a90148114 Fix examples/dialogue_bot 2021-03-18 01:56:41 +06:00
Temirkhan Myrzamadi
f0d4bc320b Fix examples/redis_remember_bot 2021-03-18 01:50:48 +06:00
Temirkhan Myrzamadi
be7bec6fa9 Support UpdateKind::{MyChatMember, ChatMember} 2021-03-17 23:36:51 +06:00
Waffle Lapkin
0c39cc3f06
Merge pull request #337 from teloxide/integrate-teloxide-core
Integrate teloxide-core
2021-03-15 17:50:16 +03:00
Hirrolot
31e6fba58c
Update src/lib.rs
Co-authored-by: Waffle Lapkin <waffle.lapkin@gmail.com>
2021-03-15 20:26:50 +06:00
Temirkhan Myrzamadi
b1e6bc84be Remove examples/sqlite_remember_bot/db.sqlite-journal 2021-03-15 20:23:44 +06:00
Temirkhan Myrzamadi
62b979369f Fix the doc tests 2021-03-15 20:21:50 +06:00
Temirkhan Myrzamadi
823f279a60 Fix the docs 2021-03-15 09:51:00 +06:00
Temirkhan Myrzamadi
34a2eee1fa Apply review suggestions 2021-03-15 09:22:32 +06:00
Temirkhan Myrzamadi
36b314cdfc Fix this fucking bullshit 2021-03-13 23:35:48 +06:00
Temirkhan Myrzamadi
b29ef34299 Fmt 2021-03-13 23:08:35 +06:00
Temirkhan Myrzamadi
5f96da0a5f Fix the tests 2021-03-13 23:05:50 +06:00
Temirkhan Myrzamadi
1af0bfdcbc Fix the examples 2021-03-13 22:13:24 +06:00
Eric S. Londres
ea9b0c5a9d
Merge pull request #1 from slondr/slondr-patch-1
Add BeerHolderBot to community bot list
2021-03-10 16:48:43 -05:00
Eric S. Londres
5682bef908
Merge pull request #2 from slondr/slondr-patch-2
Fix formatting of basketball betting bot in readme
2021-03-10 16:48:26 -05:00
Eric S. Londres
865c3f28a0
Fix formatting of basketball betting bot in readme
Previously the title/desc of the bot was not italicized, unlike other bot names/descriptions
2021-03-10 16:48:16 -05:00
Eric S. Londres
b1201c4506
Add BeerHolderBot to community bot list 2021-03-10 16:47:05 -05:00
Temirkhan Myrzamadi
a6e0c48427 Fix the tests 2021-03-06 03:50:11 +06:00
Temirkhan Myrzamadi
30458ab724 Oops, push the examples too 2021-03-06 03:24:10 +06:00
Temirkhan Myrzamadi
6102a02ed4 Integrate teloxide-core 2021-03-06 03:18:03 +06:00
Temirkhan Myrzamadi
f33428be03 Update the dependencies 2021-02-22 08:14:33 +06:00