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
diff options
context:
space:
mode:
Diffstat (limited to 'text/regex')
-rw-r--r--text/regex/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/text/regex/Cargo.toml b/text/regex/Cargo.toml
index e7a7750b6..563c7d957 100644
--- a/text/regex/Cargo.toml
+++ b/text/regex/Cargo.toml
@@ -8,7 +8,7 @@ description = "Rust Regular Expression Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
[dependencies]
-glib = { git = "https://github.com/gtk-rs/gtk-rs" }
+glib = { git = "https://github.com/gtk-rs/gtk-rs-core" }
once_cell = "1.0"
regex = "1"