mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Merge pull request #435 from teloxide/update_futures
Depend on a right `futures` version
This commit is contained in:
commit
f883f7325c
2 changed files with 5 additions and 1 deletions
|
@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [unreleased]
|
||||
|
||||
### Fixed
|
||||
|
||||
- Depend on a right `futures` version
|
||||
|
||||
## [0.5.1] - 2021-08-05
|
||||
|
||||
### Changed
|
||||
|
|
|
@ -87,7 +87,7 @@ mime = "0.3"
|
|||
derive_more = "0.99"
|
||||
thiserror = "1.0"
|
||||
async-trait = "0.1"
|
||||
futures = "0.3"
|
||||
futures = "0.3.15"
|
||||
pin-project = "1.0"
|
||||
serde_with_macros = "1.4"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue