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 committed by Sebastian Dröge
parent d0466b3eee
commit b75ee8d705

View file

@ -12,4 +12,4 @@ keywords = ["gstreamer", "multimedia", "cargo"]
edition = "2018"
[dependencies]
chrono = "0.4.6"
chrono = { version = "0.4.19", default-features = false, features = ["std"] }