mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-25 04:51:26 +00:00
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:
parent
31172bb011
commit
29d310a2ab
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@ edition = "2021"
|
||||||
rust-version = "1.56"
|
rust-version = "1.56"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = "0.4.6"
|
chrono = { version = "0.4.19", default-features = false, features = ["std"] }
|
||||||
|
|
Loading…
Reference in a new issue