Merge pull request #129 from msrd0/chrono-no-default-features

Disable default features of chrono
This commit is contained in:
Hirrolot 2021-10-24 23:48:52 +06:00 committed by GitHub
commit 3a91ae3c3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }