From 883681bd4c68dce72165d9cb1dbe7d0983c8122c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 8 Mar 2022 19:18:44 +0200 Subject: [PATCH] Update versions to 0.18.6 --- examples/Cargo.toml | 2 +- gstreamer-app/Cargo.toml | 2 +- gstreamer-app/sys/Cargo.toml | 2 +- gstreamer-audio/Cargo.toml | 2 +- gstreamer-audio/sys/Cargo.toml | 2 +- gstreamer-base/Cargo.toml | 2 +- gstreamer-base/sys/Cargo.toml | 2 +- gstreamer-check/Cargo.toml | 2 +- gstreamer-check/sys/Cargo.toml | 2 +- gstreamer-controller/Cargo.toml | 2 +- gstreamer-controller/sys/Cargo.toml | 2 +- gstreamer-editing-services/Cargo.toml | 2 +- gstreamer-editing-services/sys/Cargo.toml | 2 +- gstreamer-gl/Cargo.toml | 2 +- gstreamer-gl/egl/Cargo.toml | 2 +- gstreamer-gl/egl/sys/Cargo.toml | 2 +- gstreamer-gl/sys/Cargo.toml | 2 +- gstreamer-gl/wayland/Cargo.toml | 2 +- gstreamer-gl/wayland/sys/Cargo.toml | 2 +- gstreamer-gl/x11/Cargo.toml | 2 +- gstreamer-gl/x11/sys/Cargo.toml | 2 +- gstreamer-mpegts/sys/Cargo.toml | 2 +- gstreamer-net/Cargo.toml | 2 +- gstreamer-net/sys/Cargo.toml | 2 +- gstreamer-pbutils/Cargo.toml | 2 +- gstreamer-pbutils/sys/Cargo.toml | 2 +- gstreamer-player/Cargo.toml | 2 +- gstreamer-player/sys/Cargo.toml | 2 +- gstreamer-rtp/Cargo.toml | 2 +- gstreamer-rtp/sys/Cargo.toml | 2 +- gstreamer-rtsp-server/Cargo.toml | 2 +- gstreamer-rtsp-server/sys/Cargo.toml | 2 +- gstreamer-rtsp/Cargo.toml | 2 +- gstreamer-rtsp/sys/Cargo.toml | 2 +- gstreamer-sdp/Cargo.toml | 2 +- gstreamer-sdp/sys/Cargo.toml | 2 +- gstreamer-tag/sys/Cargo.toml | 2 +- gstreamer-video/Cargo.toml | 2 +- gstreamer-video/sys/Cargo.toml | 2 +- gstreamer-webrtc/Cargo.toml | 2 +- gstreamer-webrtc/sys/Cargo.toml | 2 +- gstreamer/Cargo.toml | 2 +- gstreamer/sys/Cargo.toml | 2 +- tutorials/Cargo.toml | 2 +- 44 files changed, 44 insertions(+), 44 deletions(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 2ab5f5e31..4bc6b99b7 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "examples" -version = "0.18.5" +version = "0.18.6" license = "MIT" authors = ["Sebastian Dröge "] edition = "2021" diff --git a/gstreamer-app/Cargo.toml b/gstreamer-app/Cargo.toml index 562302933..7dba040cb 100644 --- a/gstreamer-app/Cargo.toml +++ b/gstreamer-app/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-app" -version = "0.18.5" +version = "0.18.6" authors = ["Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer App library" diff --git a/gstreamer-app/sys/Cargo.toml b/gstreamer-app/sys/Cargo.toml index 9954982f6..ff7b22c6a 100644 --- a/gstreamer-app/sys/Cargo.toml +++ b/gstreamer-app/sys/Cargo.toml @@ -51,7 +51,7 @@ license = "MIT" name = "gstreamer-app-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.18.5" +version = "0.18.6" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/gstreamer-audio/Cargo.toml b/gstreamer-audio/Cargo.toml index c841fa962..045b38096 100644 --- a/gstreamer-audio/Cargo.toml +++ b/gstreamer-audio/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-audio" -version = "0.18.5" +version = "0.18.6" authors = ["Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer Audio library" diff --git a/gstreamer-audio/sys/Cargo.toml b/gstreamer-audio/sys/Cargo.toml index 7caece39e..8aa5983e1 100644 --- a/gstreamer-audio/sys/Cargo.toml +++ b/gstreamer-audio/sys/Cargo.toml @@ -57,7 +57,7 @@ license = "MIT" name = "gstreamer-audio-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.18.5" +version = "0.18.6" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/gstreamer-base/Cargo.toml b/gstreamer-base/Cargo.toml index 9c83d7a79..7f39221d8 100644 --- a/gstreamer-base/Cargo.toml +++ b/gstreamer-base/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-base" -version = "0.18.5" +version = "0.18.6" authors = ["Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer Base library" diff --git a/gstreamer-base/sys/Cargo.toml b/gstreamer-base/sys/Cargo.toml index bfd645e2b..b8734ef48 100644 --- a/gstreamer-base/sys/Cargo.toml +++ b/gstreamer-base/sys/Cargo.toml @@ -56,7 +56,7 @@ license = "MIT" name = "gstreamer-base-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.18.5" +version = "0.18.6" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/gstreamer-check/Cargo.toml b/gstreamer-check/Cargo.toml index 6096c402a..19eacbbe8 100644 --- a/gstreamer-check/Cargo.toml +++ b/gstreamer-check/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-check" -version = "0.18.5" +version = "0.18.6" authors = ["Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer Check library" diff --git a/gstreamer-check/sys/Cargo.toml b/gstreamer-check/sys/Cargo.toml index f33206b6d..bd726d60c 100644 --- a/gstreamer-check/sys/Cargo.toml +++ b/gstreamer-check/sys/Cargo.toml @@ -52,7 +52,7 @@ license = "MIT" name = "gstreamer-check-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.18.5" +version = "0.18.6" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/gstreamer-controller/Cargo.toml b/gstreamer-controller/Cargo.toml index 6123e4f92..9f9aab42f 100644 --- a/gstreamer-controller/Cargo.toml +++ b/gstreamer-controller/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-controller" -version = "0.18.5" +version = "0.18.6" authors = ["Alexey Galakhov ", "Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer Controller library" diff --git a/gstreamer-controller/sys/Cargo.toml b/gstreamer-controller/sys/Cargo.toml index 840e1004f..132496177 100644 --- a/gstreamer-controller/sys/Cargo.toml +++ b/gstreamer-controller/sys/Cargo.toml @@ -53,7 +53,7 @@ license = "MIT" name = "gstreamer-controller-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.18.5" +version = "0.18.6" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/gstreamer-editing-services/Cargo.toml b/gstreamer-editing-services/Cargo.toml index 3b1c9b92a..feafe1bcd 100644 --- a/gstreamer-editing-services/Cargo.toml +++ b/gstreamer-editing-services/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-editing-services" -version = "0.18.5" +version = "0.18.6" authors = ["Thibault Saunier ", "Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer Editing Services" diff --git a/gstreamer-editing-services/sys/Cargo.toml b/gstreamer-editing-services/sys/Cargo.toml index 8505cc396..368486294 100644 --- a/gstreamer-editing-services/sys/Cargo.toml +++ b/gstreamer-editing-services/sys/Cargo.toml @@ -63,7 +63,7 @@ license = "MIT" name = "gstreamer-editing-services-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.18.5" +version = "0.18.6" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/gstreamer-gl/Cargo.toml b/gstreamer-gl/Cargo.toml index efa4d875e..38f63041c 100644 --- a/gstreamer-gl/Cargo.toml +++ b/gstreamer-gl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-gl" -version = "0.18.5" +version = "0.18.6" authors = [ "Sebastian Dröge ", "Víctor M. Jáquez L. " diff --git a/gstreamer-gl/egl/Cargo.toml b/gstreamer-gl/egl/Cargo.toml index 00a58697b..841d91ad1 100644 --- a/gstreamer-gl/egl/Cargo.toml +++ b/gstreamer-gl/egl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-gl-egl" -version = "0.18.5" +version = "0.18.6" authors = [ "Sebastian Dröge ", "Víctor M. Jáquez L. " diff --git a/gstreamer-gl/egl/sys/Cargo.toml b/gstreamer-gl/egl/sys/Cargo.toml index cde10543b..d40f21176 100644 --- a/gstreamer-gl/egl/sys/Cargo.toml +++ b/gstreamer-gl/egl/sys/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "gstreamer-gl-egl-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.18.5" +version = "0.18.6" edition = "2021" rust-version = "1.56" [package.metadata.system-deps.gstreamer_gl_egl_1_0] diff --git a/gstreamer-gl/sys/Cargo.toml b/gstreamer-gl/sys/Cargo.toml index ac0808457..d2aa90331 100644 --- a/gstreamer-gl/sys/Cargo.toml +++ b/gstreamer-gl/sys/Cargo.toml @@ -58,7 +58,7 @@ license = "MIT" name = "gstreamer-gl-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.18.5" +version = "0.18.6" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/gstreamer-gl/wayland/Cargo.toml b/gstreamer-gl/wayland/Cargo.toml index 8c187a920..64e4a8216 100644 --- a/gstreamer-gl/wayland/Cargo.toml +++ b/gstreamer-gl/wayland/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-gl-wayland" -version = "0.18.5" +version = "0.18.6" authors = [ "Sebastian Dröge ", "Víctor M. Jáquez L. " diff --git a/gstreamer-gl/wayland/sys/Cargo.toml b/gstreamer-gl/wayland/sys/Cargo.toml index 3dce12f9c..0a0fad667 100644 --- a/gstreamer-gl/wayland/sys/Cargo.toml +++ b/gstreamer-gl/wayland/sys/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "gstreamer-gl-wayland-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.18.5" +version = "0.18.6" edition = "2021" rust-version = "1.56" [package.metadata.system-deps.gstreamer_gl_wayland_1_0] diff --git a/gstreamer-gl/x11/Cargo.toml b/gstreamer-gl/x11/Cargo.toml index d77835a2e..8a3453b56 100644 --- a/gstreamer-gl/x11/Cargo.toml +++ b/gstreamer-gl/x11/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-gl-x11" -version = "0.18.5" +version = "0.18.6" authors = [ "Sebastian Dröge ", "Víctor M. Jáquez L. " diff --git a/gstreamer-gl/x11/sys/Cargo.toml b/gstreamer-gl/x11/sys/Cargo.toml index 0ce1cd4e9..11aadb3f1 100644 --- a/gstreamer-gl/x11/sys/Cargo.toml +++ b/gstreamer-gl/x11/sys/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "gstreamer-gl-x11-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.18.5" +version = "0.18.6" edition = "2021" rust-version = "1.56" [package.metadata.system-deps.gstreamer_gl_x11_1_0] diff --git a/gstreamer-mpegts/sys/Cargo.toml b/gstreamer-mpegts/sys/Cargo.toml index c81ea57a9..c4c6eaa7a 100644 --- a/gstreamer-mpegts/sys/Cargo.toml +++ b/gstreamer-mpegts/sys/Cargo.toml @@ -51,7 +51,7 @@ license = "MIT" name = "gstreamer-mpegts-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.18.5" +version = "0.18.6" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/gstreamer-net/Cargo.toml b/gstreamer-net/Cargo.toml index df3fa1d59..5d35be031 100644 --- a/gstreamer-net/Cargo.toml +++ b/gstreamer-net/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-net" -version = "0.18.5" +version = "0.18.6" authors = ["Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer Net library" diff --git a/gstreamer-net/sys/Cargo.toml b/gstreamer-net/sys/Cargo.toml index f62d57a30..7c386d5a2 100644 --- a/gstreamer-net/sys/Cargo.toml +++ b/gstreamer-net/sys/Cargo.toml @@ -52,7 +52,7 @@ license = "MIT" name = "gstreamer-net-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.18.5" +version = "0.18.6" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/gstreamer-pbutils/Cargo.toml b/gstreamer-pbutils/Cargo.toml index a1a007daa..da2f0e1d9 100644 --- a/gstreamer-pbutils/Cargo.toml +++ b/gstreamer-pbutils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-pbutils" -version = "0.18.5" +version = "0.18.6" authors = ["Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer Base Utils library" diff --git a/gstreamer-pbutils/sys/Cargo.toml b/gstreamer-pbutils/sys/Cargo.toml index 6da2344ff..3cfb9aea1 100644 --- a/gstreamer-pbutils/sys/Cargo.toml +++ b/gstreamer-pbutils/sys/Cargo.toml @@ -63,7 +63,7 @@ license = "MIT" name = "gstreamer-pbutils-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.18.5" +version = "0.18.6" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/gstreamer-player/Cargo.toml b/gstreamer-player/Cargo.toml index c48c42e19..d3afc6a2f 100644 --- a/gstreamer-player/Cargo.toml +++ b/gstreamer-player/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-player" -version = "0.18.5" +version = "0.18.6" authors = ["Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer Player library" diff --git a/gstreamer-player/sys/Cargo.toml b/gstreamer-player/sys/Cargo.toml index e1cefefa0..79aed6374 100644 --- a/gstreamer-player/sys/Cargo.toml +++ b/gstreamer-player/sys/Cargo.toml @@ -53,7 +53,7 @@ license = "MIT" name = "gstreamer-player-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.18.5" +version = "0.18.6" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/gstreamer-rtp/Cargo.toml b/gstreamer-rtp/Cargo.toml index 1e712765b..5a20268a8 100644 --- a/gstreamer-rtp/Cargo.toml +++ b/gstreamer-rtp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-rtp" -version = "0.18.5" +version = "0.18.6" authors = ["Mathieu Duponchelle ", "Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer Rtp library" diff --git a/gstreamer-rtp/sys/Cargo.toml b/gstreamer-rtp/sys/Cargo.toml index acac09fa8..015c26f9a 100644 --- a/gstreamer-rtp/sys/Cargo.toml +++ b/gstreamer-rtp/sys/Cargo.toml @@ -53,7 +53,7 @@ license = "MIT" name = "gstreamer-rtp-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.18.5" +version = "0.18.6" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/gstreamer-rtsp-server/Cargo.toml b/gstreamer-rtsp-server/Cargo.toml index 9bd2d9b09..3c682c8ff 100644 --- a/gstreamer-rtsp-server/Cargo.toml +++ b/gstreamer-rtsp-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-rtsp-server" -version = "0.18.5" +version = "0.18.6" authors = ["Mathieu Duponchelle ", "Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer RTSP Server library" diff --git a/gstreamer-rtsp-server/sys/Cargo.toml b/gstreamer-rtsp-server/sys/Cargo.toml index 9ceb1e8cb..5ecdb2392 100644 --- a/gstreamer-rtsp-server/sys/Cargo.toml +++ b/gstreamer-rtsp-server/sys/Cargo.toml @@ -73,7 +73,7 @@ license = "MIT" name = "gstreamer-rtsp-server-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.18.5" +version = "0.18.6" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/gstreamer-rtsp/Cargo.toml b/gstreamer-rtsp/Cargo.toml index 81207b2e6..602918143 100644 --- a/gstreamer-rtsp/Cargo.toml +++ b/gstreamer-rtsp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-rtsp" -version = "0.18.5" +version = "0.18.6" authors = ["Mathieu Duponchelle ", "Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer Rtsp library" diff --git a/gstreamer-rtsp/sys/Cargo.toml b/gstreamer-rtsp/sys/Cargo.toml index f8df74195..63cade744 100644 --- a/gstreamer-rtsp/sys/Cargo.toml +++ b/gstreamer-rtsp/sys/Cargo.toml @@ -64,7 +64,7 @@ license = "MIT" name = "gstreamer-rtsp-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.18.5" +version = "0.18.6" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/gstreamer-sdp/Cargo.toml b/gstreamer-sdp/Cargo.toml index b1f6f867d..d6aab9623 100644 --- a/gstreamer-sdp/Cargo.toml +++ b/gstreamer-sdp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-sdp" -version = "0.18.5" +version = "0.18.6" authors = ["Mathieu Duponchelle ", "Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer Sdp library" diff --git a/gstreamer-sdp/sys/Cargo.toml b/gstreamer-sdp/sys/Cargo.toml index 8c93a02de..6dec2ecc2 100644 --- a/gstreamer-sdp/sys/Cargo.toml +++ b/gstreamer-sdp/sys/Cargo.toml @@ -47,7 +47,7 @@ license = "MIT" name = "gstreamer-sdp-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.18.5" +version = "0.18.6" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/gstreamer-tag/sys/Cargo.toml b/gstreamer-tag/sys/Cargo.toml index 5bfc66a43..1104e59f4 100644 --- a/gstreamer-tag/sys/Cargo.toml +++ b/gstreamer-tag/sys/Cargo.toml @@ -52,7 +52,7 @@ license = "MIT" name = "gstreamer-tag-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.18.5" +version = "0.18.6" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/gstreamer-video/Cargo.toml b/gstreamer-video/Cargo.toml index e485fd2ed..67f23c3f4 100644 --- a/gstreamer-video/Cargo.toml +++ b/gstreamer-video/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-video" -version = "0.18.5" +version = "0.18.6" authors = ["Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer Video library" diff --git a/gstreamer-video/sys/Cargo.toml b/gstreamer-video/sys/Cargo.toml index 5a3b3ca9d..76be76248 100644 --- a/gstreamer-video/sys/Cargo.toml +++ b/gstreamer-video/sys/Cargo.toml @@ -59,7 +59,7 @@ license = "MIT" name = "gstreamer-video-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.18.5" +version = "0.18.6" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/gstreamer-webrtc/Cargo.toml b/gstreamer-webrtc/Cargo.toml index c313d1f68..de5fe05d0 100644 --- a/gstreamer-webrtc/Cargo.toml +++ b/gstreamer-webrtc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-webrtc" -version = "0.18.5" +version = "0.18.6" authors = ["Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer WebRTC library" diff --git a/gstreamer-webrtc/sys/Cargo.toml b/gstreamer-webrtc/sys/Cargo.toml index d32df1591..ed39be345 100644 --- a/gstreamer-webrtc/sys/Cargo.toml +++ b/gstreamer-webrtc/sys/Cargo.toml @@ -41,7 +41,7 @@ license = "MIT" name = "gstreamer-webrtc-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.18.5" +version = "0.18.6" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/gstreamer/Cargo.toml b/gstreamer/Cargo.toml index e94f411a7..c7fdd007f 100644 --- a/gstreamer/Cargo.toml +++ b/gstreamer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer" -version = "0.18.5" +version = "0.18.6" authors = ["Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer" diff --git a/gstreamer/sys/Cargo.toml b/gstreamer/sys/Cargo.toml index 991937af3..a305f34e8 100644 --- a/gstreamer/sys/Cargo.toml +++ b/gstreamer/sys/Cargo.toml @@ -51,7 +51,7 @@ license = "MIT" name = "gstreamer-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.18.5" +version = "0.18.6" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/tutorials/Cargo.toml b/tutorials/Cargo.toml index 9922e5c48..237e4772b 100644 --- a/tutorials/Cargo.toml +++ b/tutorials/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tutorials" -version = "0.18.5" +version = "0.18.6" license = "MIT" authors = ["Sebastian Dröge "] edition = "2021"