Update changelog

Former-commit-id: 4cb9d93d59
This commit is contained in:
Maybe Waffle 2022-09-04 17:01:13 +04:00
parent 4c4797d85e
commit 764fa1e9d8
2 changed files with 6 additions and 1 deletions

View file

@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## unreleased
### Changed
<!-- TODO: use a version once teloxide-macros is released -->
- Updated `teloxide-macros` see its [changelog](https://github.com/teloxide/teloxide-macros/blob/master/CHANGELOG.md#unreleased) for more
## 0.10.1 - 2022-07-22
### Fixed

View file

@ -67,7 +67,7 @@ dptree = "0.3.0"
# These lines are used only for development.
# teloxide-core = { git = "https://github.com/teloxide/teloxide-core", rev = "b13393d", default-features = false }
teloxide-macros = { git = "https://github.com/teloxide/teloxide-macros", rev = "c851482", optional = true }
teloxide-macros = { git = "https://github.com/teloxide/teloxide-macros", rev = "0e79c37", optional = true }
# dptree = { git = "https://github.com/teloxide/dptree", rev = "df578e4" }
tokio = { version = "1.8", features = ["fs"] }