mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-10 20:12:25 +01:00
disable default features of chrono
This commit is contained in:
parent
8ee25a616c
commit
1d9811918b
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…
Reference in a new issue