Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/text
diff options
context:
space:
mode:
authorFrançois Laignel <fengalin@free.fr>2022-09-12 20:02:25 +0300
committerSebastian Dröge <slomo@coaxion.net>2022-09-12 23:15:18 +0300
commit348a1d0207c73a2ac3ad0bbdcd7cc874bb216a64 (patch)
treed93cd5a87d242e743b90011edf6f486401a02d24 /text
parent2355be1cefe3d2ee8d7df1a6e9bf0d3aec2c39ff (diff)
text/json: use renamed gst feature 'serde'
Diffstat (limited to 'text')
-rw-r--r--text/json/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/text/json/Cargo.toml b/text/json/Cargo.toml
index 40cd84e74..e7118eda7 100644
--- a/text/json/Cargo.toml
+++ b/text/json/Cargo.toml
@@ -16,7 +16,7 @@ serde_json = { version = "1.0", features = ["raw_value"] }
[dependencies.gst]
git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
package="gstreamer"
-features=["ser_de"]
+features=["serde"]
[lib]
name = "gstrsjson"