Skip to content

Releases: tg-rs/carapax

0.23.0

18 Aug 13:34
c2b4e2c
Compare
Choose a tag to compare
  • Updated dependencies:
    • tgbot 0.29

0.22.0

31 Jul 17:03
e92a981
Compare
Choose a tag to compare
  • Updated dependencies:
    • seance 0.13
    • tgbot 0.28
    • tokio 1.39

0.21.0

07 Jul 17:41
7d71a03
Compare
Choose a tag to compare
  • Updated dependencies:
    • tgbot 0.27

0.20.0

02 Jul 08:04
7210c45
Compare
Choose a tag to compare
  • Updated dependencies:
    • tgbot 0.26

0.19.0

18 Jun 15:29
c10d2b9
Compare
Choose a tag to compare
  • Updated dependencies:
    • seance 0.12
    • tgbot 0.25
    • tokio 1.38
  • Inner value of Ref is public now.
    This allows to use pattern matching syntax in handler arguments when you need direct access to the underlying data.

0.18.0

29 May 13:32
2eab40c
Compare
Choose a tag to compare
  • Updated dependencies:
    • tgbot 0.24

0.17.0

07 May 19:57
189d174
Compare
Choose a tag to compare
  • Updated dependencies:
    • tgbot 0.23

0.16.0

01 Apr 17:48
f25f809
Compare
Choose a tag to compare
  • Updated dependencies:
    • seance 0.11
    • tgbot 0.22
    • tokio 1.37

0.15.0

18 Feb 03:28
8604ccf
Compare
Choose a tag to compare
  • Updated dependencies:
    • seance 0.10
    • tgbot 0.21
    • tokio 1.36

0.14.0

01 Jan 20:27
ebec86e
Compare
Choose a tag to compare
  • Updated dependencies:
    • seance 0.9
    • tgbot 0.20
    • tokio 1.35
  • async fn in traits:
    • Removed TryFromInput::Future associated type.
    • Removed Handler::Future associated type.