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>2023-11-03 11:54:36 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-11-10 17:05:06 +0300
commitaa491e0d543bdf8e99fef21aacc23788b442ce26 (patch)
tree4a442ffd17b825b21d04369dfb01dc39ff5b56c1
parentca11b32fab46ee7f1535b0f2a0d7fc1bcec5d99c (diff)
aws: Update to test-with 0.12
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1388>
-rw-r--r--net/aws/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/aws/Cargo.toml b/net/aws/Cargo.toml
index f960c16a..53610c84 100644
--- a/net/aws/Cargo.toml
+++ b/net/aws/Cargo.toml
@@ -41,7 +41,7 @@ chrono = { version = "0.4", features = [ "alloc" ] }
env_logger = "0.10"
gst-check = { package = "gstreamer-check", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", branch = "0.21", version = "0.21", features = ["v1_18"] }
rand = "0.8"
-test-with = { version = "0.11", default-features = false }
+test-with = { version = "0.12", default-features = false }
[lib]
name = "gstaws"