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
path: root/net
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2022-03-08 20:49:16 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-03-08 20:49:16 +0300
commitb9887e105751b6cd7b2307425049f7c94a628193 (patch)
treeee6f70f0eb65329ca9c64a331d748f51dc4278ab /net
parent3da3c2591ce71fff315d104df1c819e658c67659 (diff)
Update versions to 0.8.3
Diffstat (limited to 'net')
-rw-r--r--net/hlssink3/Cargo.toml2
-rw-r--r--net/reqwest/Cargo.toml2
-rw-r--r--net/rusoto/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/net/hlssink3/Cargo.toml b/net/hlssink3/Cargo.toml
index 22ec4dd8..63ce0c38 100644
--- a/net/hlssink3/Cargo.toml
+++ b/net/hlssink3/Cargo.toml
@@ -2,7 +2,7 @@
name = "gst-plugin-hlssink3"
description = "HLS (HTTP Live Streaming) Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
-version = "0.8.2"
+version = "0.8.3"
authors = ["Rafael Caricio <rafael@caricio.com>"]
edition = "2021"
license = "MPL-2.0"
diff --git a/net/reqwest/Cargo.toml b/net/reqwest/Cargo.toml
index eadc6484..1e45678c 100644
--- a/net/reqwest/Cargo.toml
+++ b/net/reqwest/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-reqwest"
-version = "0.8.2"
+version = "0.8.3"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"
diff --git a/net/rusoto/Cargo.toml b/net/rusoto/Cargo.toml
index 54cf3e6f..851ce243 100644
--- a/net/rusoto/Cargo.toml
+++ b/net/rusoto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-rusoto"
-version = "0.8.2"
+version = "0.8.3"
authors = ["Arun Raghavan <arun@arunraghavan.net>",
"Jordan Petridis <jordan@centricular.com>",
"Mathieu Duponchelle <mathieu@centricular.com>"]