From 2ac4f9896d496c4db3561884b1afd662ed823491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 9 Jul 2021 13:43:29 +0300 Subject: [PATCH] Update versions to 0.7.0 --- audio/audiofx/Cargo.toml | 2 +- audio/claxon/Cargo.toml | 2 +- audio/csound/Cargo.toml | 2 +- audio/lewton/Cargo.toml | 2 +- generic/file/Cargo.toml | 2 +- generic/sodium/Cargo.toml | 2 +- generic/threadshare/Cargo.toml | 2 +- net/reqwest/Cargo.toml | 2 +- net/rusoto/Cargo.toml | 2 +- text/json/Cargo.toml | 2 +- text/regex/Cargo.toml | 2 +- text/wrap/Cargo.toml | 2 +- tutorial/Cargo.toml | 2 +- utils/fallbackswitch/Cargo.toml | 2 +- utils/togglerecord/Cargo.toml | 2 +- version-helper/Cargo.toml | 2 +- video/cdg/Cargo.toml | 2 +- video/closedcaption/Cargo.toml | 2 +- video/dav1d/Cargo.toml | 2 +- video/flavors/Cargo.toml | 2 +- video/gif/Cargo.toml | 2 +- video/hsv/Cargo.toml | 2 +- video/rav1e/Cargo.toml | 2 +- video/rspng/Cargo.toml | 2 +- video/webp/Cargo.toml | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/audio/audiofx/Cargo.toml b/audio/audiofx/Cargo.toml index d5ede77f..3182a414 100644 --- a/audio/audiofx/Cargo.toml +++ b/audio/audiofx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-audiofx" -version = "0.6.0" +version = "0.7.0" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "LGPL-2.1-or-later" diff --git a/audio/claxon/Cargo.toml b/audio/claxon/Cargo.toml index 2601074a..74f89b2f 100644 --- a/audio/claxon/Cargo.toml +++ b/audio/claxon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-claxon" -version = "0.6.0" +version = "0.7.0" authors = ["Ruben Gonzalez "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0" diff --git a/audio/csound/Cargo.toml b/audio/csound/Cargo.toml index 9e1de727..867af745 100644 --- a/audio/csound/Cargo.toml +++ b/audio/csound/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-csound" -version = "0.6.0" +version = "0.7.0" authors = ["Natanael Mojica "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "LGPL-2.1-or-later" diff --git a/audio/lewton/Cargo.toml b/audio/lewton/Cargo.toml index 559cc5b3..49b8ed89 100644 --- a/audio/lewton/Cargo.toml +++ b/audio/lewton/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-lewton" -version = "0.6.0" +version = "0.7.0" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0" diff --git a/generic/file/Cargo.toml b/generic/file/Cargo.toml index a81ad732..2c6ab8d0 100644 --- a/generic/file/Cargo.toml +++ b/generic/file/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-file" -version = "0.6.0" +version = "0.7.0" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0" diff --git a/generic/sodium/Cargo.toml b/generic/sodium/Cargo.toml index 4a705940..e6905b55 100644 --- a/generic/sodium/Cargo.toml +++ b/generic/sodium/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-sodium" -version = "0.6.0" +version = "0.7.0" authors = ["Jordan Petridis "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" description = "libsodium-based file encryption and decryption" diff --git a/generic/threadshare/Cargo.toml b/generic/threadshare/Cargo.toml index 3d32666a..b915b627 100644 --- a/generic/threadshare/Cargo.toml +++ b/generic/threadshare/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-threadshare" -version = "0.6.0" +version = "0.7.0" authors = ["Sebastian Dröge "] license = "LGPL-2.1-or-later" description = "Threadshare Plugin" diff --git a/net/reqwest/Cargo.toml b/net/reqwest/Cargo.toml index d469645a..e9b3d5e7 100644 --- a/net/reqwest/Cargo.toml +++ b/net/reqwest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-reqwest" -version = "0.6.0" +version = "0.7.0" authors = ["Sebastian Dröge "] 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 4265abc2..36bb378c 100644 --- a/net/rusoto/Cargo.toml +++ b/net/rusoto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-rusoto" -version = "0.6.0" +version = "0.7.0" authors = ["Arun Raghavan ", "Jordan Petridis ", "Mathieu Duponchelle "] diff --git a/text/json/Cargo.toml b/text/json/Cargo.toml index f5411983..18990040 100644 --- a/text/json/Cargo.toml +++ b/text/json/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-json" -version = "0.6.0" +version = "0.7.0" authors = ["Mathieu Duponchelle "] license = "LGPL-2.1-or-later" edition = "2018" diff --git a/text/regex/Cargo.toml b/text/regex/Cargo.toml index 19dcc01a..ca5664ec 100644 --- a/text/regex/Cargo.toml +++ b/text/regex/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-regex" -version = "0.6.0" +version = "0.7.0" authors = ["Mathieu Duponchelle "] license = "LGPL-2.1-or-later" edition = "2018" diff --git a/text/wrap/Cargo.toml b/text/wrap/Cargo.toml index 313db691..2f52f8ad 100644 --- a/text/wrap/Cargo.toml +++ b/text/wrap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-textwrap" -version = "0.6.0" +version = "0.7.0" authors = ["Mathieu Duponchelle "] license = "LGPL-2.1-or-later" edition = "2018" diff --git a/tutorial/Cargo.toml b/tutorial/Cargo.toml index fc1abd94..29cd53b7 100644 --- a/tutorial/Cargo.toml +++ b/tutorial/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-tutorial" -version = "0.6.0" +version = "0.7.0" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0" diff --git a/utils/fallbackswitch/Cargo.toml b/utils/fallbackswitch/Cargo.toml index 69d1670f..625ec4bf 100644 --- a/utils/fallbackswitch/Cargo.toml +++ b/utils/fallbackswitch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-fallbackswitch" -version = "0.6.0" +version = "0.7.0" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "LGPL-2.1-or-later" diff --git a/utils/togglerecord/Cargo.toml b/utils/togglerecord/Cargo.toml index e9071797..d1639151 100644 --- a/utils/togglerecord/Cargo.toml +++ b/utils/togglerecord/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-togglerecord" -version = "0.6.0" +version = "0.7.0" authors = ["Sebastian Dröge "] license = "LGPL-2.1-or-later" description = "Toggle Record Plugin" diff --git a/version-helper/Cargo.toml b/version-helper/Cargo.toml index 3e105fb0..1c3057f3 100644 --- a/version-helper/Cargo.toml +++ b/version-helper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-version-helper" -version = "0.6.0" +version = "0.7.0" authors = ["Sajeer Ahamed ", "Sebastian Dröge "] categories = ["development-tools"] diff --git a/video/cdg/Cargo.toml b/video/cdg/Cargo.toml index 74ab17c0..c839044b 100644 --- a/video/cdg/Cargo.toml +++ b/video/cdg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-cdg" -version = "0.6.0" +version = "0.7.0" authors = ["Guillaume Desmottes "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0" diff --git a/video/closedcaption/Cargo.toml b/video/closedcaption/Cargo.toml index efa92b26..466a1466 100644 --- a/video/closedcaption/Cargo.toml +++ b/video/closedcaption/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-closedcaption" -version = "0.6.0" +version = "0.7.0" authors = ["Sebastian Dröge ", "Jordan Petridis ", "Matthew Waters "] license = "LGPL-2.1-or-later" edition = "2018" diff --git a/video/dav1d/Cargo.toml b/video/dav1d/Cargo.toml index 8178b002..1fa3ba36 100644 --- a/video/dav1d/Cargo.toml +++ b/video/dav1d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-dav1d" -version = "0.6.0" +version = "0.7.0" authors = ["Philippe Normand "] edition = "2018" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" diff --git a/video/flavors/Cargo.toml b/video/flavors/Cargo.toml index 53b6a1d1..5b8f839b 100644 --- a/video/flavors/Cargo.toml +++ b/video/flavors/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-flavors" -version = "0.6.0" +version = "0.7.0" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0" diff --git a/video/gif/Cargo.toml b/video/gif/Cargo.toml index b902f113..6a3c75f2 100644 --- a/video/gif/Cargo.toml +++ b/video/gif/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-gif" -version = "0.6.0" +version = "0.7.0" authors = ["Markus Ebner "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0" diff --git a/video/hsv/Cargo.toml b/video/hsv/Cargo.toml index 51767633..35ec27a6 100644 --- a/video/hsv/Cargo.toml +++ b/video/hsv/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-hsv" -version = "0.6.0" +version = "0.7.0" authors = ["Julien Bardagi "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0" diff --git a/video/rav1e/Cargo.toml b/video/rav1e/Cargo.toml index 7c808c11..bb633ab8 100644 --- a/video/rav1e/Cargo.toml +++ b/video/rav1e/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-rav1e" -version = "0.6.0" +version = "0.7.0" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0" diff --git a/video/rspng/Cargo.toml b/video/rspng/Cargo.toml index dbd3b2ab..83a074c5 100644 --- a/video/rspng/Cargo.toml +++ b/video/rspng/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-rspng" -version = "0.1.0" +version = "0.7.0" authors = ["Natanael Mojica "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0" diff --git a/video/webp/Cargo.toml b/video/webp/Cargo.toml index dee33319..b98da2a6 100644 --- a/video/webp/Cargo.toml +++ b/video/webp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-webp" -version = "0.6.0" +version = "0.7.0" authors = ["Mathieu Duponchelle "] license = "LGPL-2.1-or-later" edition = "2018"