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-02-04 19:46:12 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-02-04 19:46:12 +0300
commitf0add79b7d3ecb3aaad26c59016fbdbd78b7c024 (patch)
tree168e8dbea9716b92ddf53b2f6dfe189cf0279ca5 /net
parent1a9b5c6eab517a97fa30616d0938e7938fe16345 (diff)
Update versions to 0.8.1
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 6d023328..98f153e3 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.0"
+version = "0.8.1"
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 7c62f565..ab429f6b 100644
--- a/net/reqwest/Cargo.toml
+++ b/net/reqwest/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-reqwest"
-version = "0.8.0"
+version = "0.8.1"
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 5d2c081a..586c6520 100644
--- a/net/rusoto/Cargo.toml
+++ b/net/rusoto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-rusoto"
-version = "0.8.0"
+version = "0.8.1"
authors = ["Arun Raghavan <arun@arunraghavan.net>",
"Jordan Petridis <jordan@centricular.com>",
"Mathieu Duponchelle <mathieu@centricular.com>"]