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

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2022-06-06 11:55:52 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-06-06 11:55:52 +0300
commit427ebcd7595f42a479b9f33a65c6444e769f02bd (patch)
tree0c101b7ba81be38a9721504e32630a2462370ca6
parent4072f1df346a99fa7f5d4c45b9b61ea60c327f2a (diff)
uriplaylistbin: Update to more-asserts 0.3
-rw-r--r--utils/uriplaylistbin/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/uriplaylistbin/Cargo.toml b/utils/uriplaylistbin/Cargo.toml
index 0bfe1f83..79d77424 100644
--- a/utils/uriplaylistbin/Cargo.toml
+++ b/utils/uriplaylistbin/Cargo.toml
@@ -16,7 +16,7 @@ anyhow = "1"
gst-app = { package = "gstreamer-app", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
structopt = "0.3"
url = "2.2"
-more-asserts = "0.2"
+more-asserts = "0.3"
[lib]
name = "gsturiplaylistbin"