diff --git a/audio/audiofx/Cargo.toml b/audio/audiofx/Cargo.toml index ec6b6159..26755b0d 100644 --- a/audio/audiofx/Cargo.toml +++ b/audio/audiofx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-audiofx" -version = "0.7.1" +version = "0.7.2" 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 e06b5cea..588f97fc 100644 --- a/audio/claxon/Cargo.toml +++ b/audio/claxon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-claxon" -version = "0.7.1" +version = "0.7.2" 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 8f3d80bd..364a8a42 100644 --- a/audio/csound/Cargo.toml +++ b/audio/csound/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-csound" -version = "0.7.1" +version = "0.7.2" 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 8fa4a504..b31d3d43 100644 --- a/audio/lewton/Cargo.toml +++ b/audio/lewton/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-lewton" -version = "0.7.1" +version = "0.7.2" 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 6d304cab..bf6078fa 100644 --- a/generic/file/Cargo.toml +++ b/generic/file/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-file" -version = "0.7.1" +version = "0.7.2" 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 16bed311..b9afc2ee 100644 --- a/generic/sodium/Cargo.toml +++ b/generic/sodium/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-sodium" -version = "0.7.1" +version = "0.7.2" 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 1c4142fe..905765b5 100644 --- a/generic/threadshare/Cargo.toml +++ b/generic/threadshare/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-threadshare" -version = "0.7.1" +version = "0.7.2" 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 aa3fdd50..a34a211a 100644 --- a/net/reqwest/Cargo.toml +++ b/net/reqwest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-reqwest" -version = "0.7.1" +version = "0.7.2" 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 072932a5..d2644a01 100644 --- a/net/rusoto/Cargo.toml +++ b/net/rusoto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-rusoto" -version = "0.7.1" +version = "0.7.2" authors = ["Arun Raghavan ", "Jordan Petridis ", "Mathieu Duponchelle "] diff --git a/text/json/Cargo.toml b/text/json/Cargo.toml index 2c13d4aa..07c2d266 100644 --- a/text/json/Cargo.toml +++ b/text/json/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-json" -version = "0.7.1" +version = "0.7.2" authors = ["Mathieu Duponchelle "] license = "LGPL-2.1-or-later" edition = "2018" diff --git a/text/regex/Cargo.toml b/text/regex/Cargo.toml index 31117467..4ebe1635 100644 --- a/text/regex/Cargo.toml +++ b/text/regex/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-regex" -version = "0.7.1" +version = "0.7.2" authors = ["Mathieu Duponchelle "] license = "LGPL-2.1-or-later" edition = "2018" diff --git a/text/wrap/Cargo.toml b/text/wrap/Cargo.toml index 0bb3fc61..2a9e038e 100644 --- a/text/wrap/Cargo.toml +++ b/text/wrap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-textwrap" -version = "0.7.1" +version = "0.7.2" authors = ["Mathieu Duponchelle "] license = "LGPL-2.1-or-later" edition = "2018" diff --git a/tutorial/Cargo.toml b/tutorial/Cargo.toml index ba0c7744..0401a3e7 100644 --- a/tutorial/Cargo.toml +++ b/tutorial/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-tutorial" -version = "0.7.1" +version = "0.7.2" 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 4ed0ebde..69e124d0 100644 --- a/utils/fallbackswitch/Cargo.toml +++ b/utils/fallbackswitch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-fallbackswitch" -version = "0.7.1" +version = "0.7.2" 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 41de016c..b4ba1d02 100644 --- a/utils/togglerecord/Cargo.toml +++ b/utils/togglerecord/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-togglerecord" -version = "0.7.1" +version = "0.7.2" 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 30ab7027..906dad10 100644 --- a/version-helper/Cargo.toml +++ b/version-helper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-version-helper" -version = "0.7.1" +version = "0.7.2" authors = ["Sajeer Ahamed ", "Sebastian Dröge "] categories = ["development-tools"] diff --git a/video/cdg/Cargo.toml b/video/cdg/Cargo.toml index 5fcf4ba6..6afc1ecb 100644 --- a/video/cdg/Cargo.toml +++ b/video/cdg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-cdg" -version = "0.7.1" +version = "0.7.2" 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 9b2b17ac..191491d2 100644 --- a/video/closedcaption/Cargo.toml +++ b/video/closedcaption/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-closedcaption" -version = "0.7.1" +version = "0.7.2" 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 73836d9b..cf33a5e9 100644 --- a/video/dav1d/Cargo.toml +++ b/video/dav1d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-dav1d" -version = "0.7.1" +version = "0.7.2" 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 37a1c312..6688b15a 100644 --- a/video/flavors/Cargo.toml +++ b/video/flavors/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-flavors" -version = "0.7.1" +version = "0.7.2" 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 60164390..1a7a347a 100644 --- a/video/gif/Cargo.toml +++ b/video/gif/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-gif" -version = "0.7.1" +version = "0.7.2" 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 c9479fab..232383ec 100644 --- a/video/hsv/Cargo.toml +++ b/video/hsv/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-hsv" -version = "0.7.1" +version = "0.7.2" 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 c0f504c3..62288462 100644 --- a/video/rav1e/Cargo.toml +++ b/video/rav1e/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-rav1e" -version = "0.7.1" +version = "0.7.2" 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 0994435b..fb166a4b 100644 --- a/video/rspng/Cargo.toml +++ b/video/rspng/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-rspng" -version = "0.7.1" +version = "0.7.2" 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 03ad569f..0ae556a4 100644 --- a/video/webp/Cargo.toml +++ b/video/webp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-webp" -version = "0.7.1" +version = "0.7.2" authors = ["Mathieu Duponchelle "] license = "LGPL-2.1-or-later" edition = "2018"