From d1b3313c091ca52808297212b537deba823dfe48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 31 Jan 2022 14:52:32 +0200 Subject: [PATCH] Update versions to 0.18.3 --- 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 bbca3a857..f314e95ca 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "examples" -version = "0.18.2" +version = "0.18.3" license = "MIT" authors = ["Sebastian Dröge "] edition = "2021" diff --git a/gstreamer-app/Cargo.toml b/gstreamer-app/Cargo.toml index 0bb4b06ba..8cb89c241 100644 --- a/gstreamer-app/Cargo.toml +++ b/gstreamer-app/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-app" -version = "0.18.2" +version = "0.18.3" 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 485d6c788..186889e8d 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.2" +version = "0.18.3" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/gstreamer-audio/Cargo.toml b/gstreamer-audio/Cargo.toml index 550813a88..c6f918645 100644 --- a/gstreamer-audio/Cargo.toml +++ b/gstreamer-audio/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-audio" -version = "0.18.2" +version = "0.18.3" 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 f1bee05fb..cab8100c0 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.2" +version = "0.18.3" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/gstreamer-base/Cargo.toml b/gstreamer-base/Cargo.toml index a2074a665..4c68c22ac 100644 --- a/gstreamer-base/Cargo.toml +++ b/gstreamer-base/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-base" -version = "0.18.2" +version = "0.18.3" 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 3de51d2c3..604bedcc8 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.2" +version = "0.18.3" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/gstreamer-check/Cargo.toml b/gstreamer-check/Cargo.toml index 98ff2240d..491ea2ac5 100644 --- a/gstreamer-check/Cargo.toml +++ b/gstreamer-check/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-check" -version = "0.18.2" +version = "0.18.3" 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 a5e49a803..037f44b32 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.2" +version = "0.18.3" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/gstreamer-controller/Cargo.toml b/gstreamer-controller/Cargo.toml index 74f8780ef..b817ab853 100644 --- a/gstreamer-controller/Cargo.toml +++ b/gstreamer-controller/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-controller" -version = "0.18.2" +version = "0.18.3" 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 fee939a69..3fbe26e2b 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.2" +version = "0.18.3" 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 9c989379c..15149bc72 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.2" +version = "0.18.3" 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 b754e39c6..719b6d0f0 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.2" +version = "0.18.3" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/gstreamer-gl/Cargo.toml b/gstreamer-gl/Cargo.toml index e48d5439f..93cf7c3d1 100644 --- a/gstreamer-gl/Cargo.toml +++ b/gstreamer-gl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-gl" -version = "0.18.2" +version = "0.18.3" 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 8dfb3de23..1e21898a9 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.2" +version = "0.18.3" 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 e42c46977..9d5909d35 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.2" +version = "0.18.3" 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 e6946cc71..478186c0d 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.2" +version = "0.18.3" 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 0faa2af8d..c8997919d 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.2" +version = "0.18.3" 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 21aa5abaa..35b6320da 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.2" +version = "0.18.3" 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 0799f0b78..4ccf5bc27 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.2" +version = "0.18.3" 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 94907ad64..4907ebcc1 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.2" +version = "0.18.3" 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 5605e5fa9..07e1783a4 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.2" +version = "0.18.3" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/gstreamer-net/Cargo.toml b/gstreamer-net/Cargo.toml index c29c0b02c..43f156609 100644 --- a/gstreamer-net/Cargo.toml +++ b/gstreamer-net/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-net" -version = "0.18.2" +version = "0.18.3" 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 e9ee7be1d..b6b9ee218 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.2" +version = "0.18.3" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/gstreamer-pbutils/Cargo.toml b/gstreamer-pbutils/Cargo.toml index a3f0754bc..b1c14ec4f 100644 --- a/gstreamer-pbutils/Cargo.toml +++ b/gstreamer-pbutils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-pbutils" -version = "0.18.2" +version = "0.18.3" 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 259a969d0..7ae766d9b 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.2" +version = "0.18.3" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/gstreamer-player/Cargo.toml b/gstreamer-player/Cargo.toml index 148f1db2f..e53ab8316 100644 --- a/gstreamer-player/Cargo.toml +++ b/gstreamer-player/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-player" -version = "0.18.2" +version = "0.18.3" 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 6db9d599a..cd88984c8 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.2" +version = "0.18.3" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/gstreamer-rtp/Cargo.toml b/gstreamer-rtp/Cargo.toml index 1e13e2d2e..5e2659063 100644 --- a/gstreamer-rtp/Cargo.toml +++ b/gstreamer-rtp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-rtp" -version = "0.18.2" +version = "0.18.3" 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 6d26918e3..5924a4cb6 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.2" +version = "0.18.3" 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 cc37a93bc..c07790290 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.2" +version = "0.18.3" 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 4f8d8a340..1eb0cbca6 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.2" +version = "0.18.3" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/gstreamer-rtsp/Cargo.toml b/gstreamer-rtsp/Cargo.toml index f66b62eaa..3ee024ad5 100644 --- a/gstreamer-rtsp/Cargo.toml +++ b/gstreamer-rtsp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-rtsp" -version = "0.18.2" +version = "0.18.3" 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 edf3cc1bf..47846b915 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.2" +version = "0.18.3" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/gstreamer-sdp/Cargo.toml b/gstreamer-sdp/Cargo.toml index 9ddd486bf..4209c8517 100644 --- a/gstreamer-sdp/Cargo.toml +++ b/gstreamer-sdp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-sdp" -version = "0.18.2" +version = "0.18.3" 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 ba0e053ae..3609977ab 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.2" +version = "0.18.3" 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 a4a59909a..c74ece897 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.2" +version = "0.18.3" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/gstreamer-video/Cargo.toml b/gstreamer-video/Cargo.toml index 5d555289a..12726396b 100644 --- a/gstreamer-video/Cargo.toml +++ b/gstreamer-video/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-video" -version = "0.18.2" +version = "0.18.3" 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 accb06bc0..b8862b2ad 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.2" +version = "0.18.3" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/gstreamer-webrtc/Cargo.toml b/gstreamer-webrtc/Cargo.toml index 4fa1dae87..ee25a1ba5 100644 --- a/gstreamer-webrtc/Cargo.toml +++ b/gstreamer-webrtc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-webrtc" -version = "0.18.2" +version = "0.18.3" 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 1f3876152..e993c5267 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.2" +version = "0.18.3" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/gstreamer/Cargo.toml b/gstreamer/Cargo.toml index 15a6f54bf..18e71b620 100644 --- a/gstreamer/Cargo.toml +++ b/gstreamer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer" -version = "0.18.2" +version = "0.18.3" 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 0a29702e0..2a04a86ed 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.2" +version = "0.18.3" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/tutorials/Cargo.toml b/tutorials/Cargo.toml index b2cacbe78..7ae54b289 100644 --- a/tutorials/Cargo.toml +++ b/tutorials/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tutorials" -version = "0.18.2" +version = "0.18.3" license = "MIT" authors = ["Sebastian Dröge "] edition = "2021"