version-helper: Specify chrono's features

Using the default-features implies `oldtime`, which adds a dependency on
the deprecated `time` 0.1 crate.
This commit is contained in:
Jan Alexander Steffens (heftig) 2021-11-18 19:04:59 +01:00
parent 31172bb011
commit 29d310a2ab
No known key found for this signature in database
GPG key ID: 3B94A80E50A477C7

View file

@ -13,4 +13,4 @@ edition = "2021"
rust-version = "1.56"
[dependencies]
chrono = "0.4.6"
chrono = { version = "0.4.19", default-features = false, features = ["std"] }