mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-17 05:15:14 +00:00
version-helper: Don't build the toml crate with all default features
We don't need to build serde, etc for our uses and it increases build times quite a bit.
This commit is contained in:
parent
7ab4aff180
commit
107183ad57
1 changed files with 1 additions and 1 deletions
|
@ -14,4 +14,4 @@ edition = "2018"
|
|||
[dependencies]
|
||||
git2 = "0.9"
|
||||
chrono = "0.4.6"
|
||||
toml = "0.5"
|
||||
toml = { version = "0.5", default-features = false }
|
||||
|
|
Loading…
Reference in a new issue