Skip to content
Open
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- The `Handler::sig` function.
- The `di::Injectable::input_types` associated function [**BC**].
- The `DependencyMap::try_get` method ([PR #29](https://github.com/teloxide/dptree/pull/29)).
- More functionality to `case!` macro. Now it can inject almost anything that rust pattern matching can interpret. ([PR #31](https://github.com/teloxide/dptree/pull/31))

### Changed

Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ license = "MIT"

[dependencies]
futures = { version = "0.3", default-features = false, features = ["alloc"] }
tuples = { version = "1.16", default-features = false, features = ["combin"] }

[dev-dependencies]
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros", "sync"] }
Expand Down
Loading