mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-02 22:22:24 +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
d0466b3eee
commit
b75ee8d705
1 changed files with 1 additions and 1 deletions
|
@ -12,4 +12,4 @@ keywords = ["gstreamer", "multimedia", "cargo"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = "0.4.6"
|
chrono = { version = "0.4.19", default-features = false, features = ["std"] }
|
||||||
|
|
Loading…
Reference in a new issue