mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-11 01:59:10 +01:00
Merge pull request #129 from msrd0/chrono-no-default-features
Disable default features of chrono
This commit is contained in:
commit
3a91ae3c3a
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ mime = "0.3.16"
|
|||
thiserror = "1.0.20"
|
||||
once_cell = "1.5.0"
|
||||
never = "0.1.0"
|
||||
chrono = "0.4.19"
|
||||
chrono = { version = "0.4.19", default-features = false }
|
||||
either = "1.6.1"
|
||||
|
||||
vecrem = { version = "0.1", optional = true }
|
||||
|
|
Loading…
Add table
Reference in a new issue