From 031133c179b920a0f77a4ea6e185e06f3f7743b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 22 Oct 2022 20:27:42 +0300 Subject: [PATCH] Update versions to 0.20.0 --- examples/Cargo.toml | 2 +- gstreamer-allocators/Cargo.toml | 2 +- gstreamer-allocators/sys/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/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-play/Cargo.toml | 2 +- gstreamer-play/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-utils/Cargo.toml | 2 +- gstreamer-validate/Cargo.toml | 2 +- gstreamer-validate/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 +- 52 files changed, 52 insertions(+), 52 deletions(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 66e26da91..e58b0e7dc 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "examples" -version = "0.19.0" +version = "0.20.0" license = "MIT" authors = ["Sebastian Dröge "] edition = "2021" diff --git a/gstreamer-allocators/Cargo.toml b/gstreamer-allocators/Cargo.toml index 4693dc6a0..c41d5dc81 100644 --- a/gstreamer-allocators/Cargo.toml +++ b/gstreamer-allocators/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-allocators" -version = "0.19.0" +version = "0.20.0" authors = ["Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer Allocators library" diff --git a/gstreamer-allocators/sys/Cargo.toml b/gstreamer-allocators/sys/Cargo.toml index 0c78565e4..37de0deca 100644 --- a/gstreamer-allocators/sys/Cargo.toml +++ b/gstreamer-allocators/sys/Cargo.toml @@ -43,7 +43,7 @@ name = "gstreamer-allocators-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" rust-version = "1.63" -version = "0.19.0" +version = "0.20.0" [package.metadata.docs.rs] features = ["dox"] [package.metadata.system-deps.gstreamer_allocators_1_0] diff --git a/gstreamer-app/Cargo.toml b/gstreamer-app/Cargo.toml index c84fd6bce..0defe327f 100644 --- a/gstreamer-app/Cargo.toml +++ b/gstreamer-app/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-app" -version = "0.19.0" +version = "0.20.0" 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 f0ac4b5e1..d2c274c3b 100644 --- a/gstreamer-app/sys/Cargo.toml +++ b/gstreamer-app/sys/Cargo.toml @@ -41,7 +41,7 @@ license = "MIT" name = "gstreamer-app-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.0" +version = "0.20.0" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-audio/Cargo.toml b/gstreamer-audio/Cargo.toml index 4fca5d1b8..ce2e660bf 100644 --- a/gstreamer-audio/Cargo.toml +++ b/gstreamer-audio/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-audio" -version = "0.19.0" +version = "0.20.0" 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 ed9f6b941..65645f732 100644 --- a/gstreamer-audio/sys/Cargo.toml +++ b/gstreamer-audio/sys/Cargo.toml @@ -45,7 +45,7 @@ license = "MIT" name = "gstreamer-audio-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.0" +version = "0.20.0" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-base/Cargo.toml b/gstreamer-base/Cargo.toml index 3b23c7f31..df5fda1e2 100644 --- a/gstreamer-base/Cargo.toml +++ b/gstreamer-base/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-base" -version = "0.19.0" +version = "0.20.0" 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 7dd3b7ef1..1f7443468 100644 --- a/gstreamer-base/sys/Cargo.toml +++ b/gstreamer-base/sys/Cargo.toml @@ -43,7 +43,7 @@ license = "MIT" name = "gstreamer-base-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.0" +version = "0.20.0" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-check/Cargo.toml b/gstreamer-check/Cargo.toml index d50d8800e..53bb61824 100644 --- a/gstreamer-check/Cargo.toml +++ b/gstreamer-check/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-check" -version = "0.19.0" +version = "0.20.0" 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 508646196..eedd51187 100644 --- a/gstreamer-check/sys/Cargo.toml +++ b/gstreamer-check/sys/Cargo.toml @@ -41,7 +41,7 @@ license = "MIT" name = "gstreamer-check-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.0" +version = "0.20.0" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-controller/Cargo.toml b/gstreamer-controller/Cargo.toml index 4a3b6ff37..e20e8d499 100644 --- a/gstreamer-controller/Cargo.toml +++ b/gstreamer-controller/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-controller" -version = "0.19.0" +version = "0.20.0" 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 c681acae8..bef27dbd2 100644 --- a/gstreamer-controller/sys/Cargo.toml +++ b/gstreamer-controller/sys/Cargo.toml @@ -42,7 +42,7 @@ license = "MIT" name = "gstreamer-controller-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.0" +version = "0.20.0" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-editing-services/Cargo.toml b/gstreamer-editing-services/Cargo.toml index 4873815d9..c68380ba2 100644 --- a/gstreamer-editing-services/Cargo.toml +++ b/gstreamer-editing-services/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-editing-services" -version = "0.19.0" +version = "0.20.0" 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 35686dae4..6522950a7 100644 --- a/gstreamer-editing-services/sys/Cargo.toml +++ b/gstreamer-editing-services/sys/Cargo.toml @@ -49,7 +49,7 @@ license = "MIT" name = "gstreamer-editing-services-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.0" +version = "0.20.0" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-gl/Cargo.toml b/gstreamer-gl/Cargo.toml index f375410ab..66dc862b3 100644 --- a/gstreamer-gl/Cargo.toml +++ b/gstreamer-gl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-gl" -version = "0.19.0" +version = "0.20.0" 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 947bf0faa..e55bfbb20 100644 --- a/gstreamer-gl/egl/Cargo.toml +++ b/gstreamer-gl/egl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-gl-egl" -version = "0.19.0" +version = "0.20.0" 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 5fde70d62..dfc57b97f 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.19.0" +version = "0.20.0" edition = "2021" rust-version = "1.63" [package.metadata.system-deps.gstreamer_gl_egl_1_0] diff --git a/gstreamer-gl/sys/Cargo.toml b/gstreamer-gl/sys/Cargo.toml index bc5166707..4d3899ac4 100644 --- a/gstreamer-gl/sys/Cargo.toml +++ b/gstreamer-gl/sys/Cargo.toml @@ -49,7 +49,7 @@ license = "MIT" name = "gstreamer-gl-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.0" +version = "0.20.0" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-gl/wayland/Cargo.toml b/gstreamer-gl/wayland/Cargo.toml index 5be64486e..4343185d6 100644 --- a/gstreamer-gl/wayland/Cargo.toml +++ b/gstreamer-gl/wayland/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-gl-wayland" -version = "0.19.0" +version = "0.20.0" 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 0ab08ad71..9b3119c9a 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.19.0" +version = "0.20.0" edition = "2021" rust-version = "1.63" [package.metadata.system-deps.gstreamer_gl_wayland_1_0] diff --git a/gstreamer-gl/x11/Cargo.toml b/gstreamer-gl/x11/Cargo.toml index d4d24d857..7d11d36f4 100644 --- a/gstreamer-gl/x11/Cargo.toml +++ b/gstreamer-gl/x11/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-gl-x11" -version = "0.19.0" +version = "0.20.0" 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 db9aa3dba..8a8d2a90b 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.19.0" +version = "0.20.0" edition = "2021" rust-version = "1.63" [package.metadata.system-deps.gstreamer_gl_x11_1_0] diff --git a/gstreamer-mpegts/Cargo.toml b/gstreamer-mpegts/Cargo.toml index 3b7eccf37..bd5ec32ec 100644 --- a/gstreamer-mpegts/Cargo.toml +++ b/gstreamer-mpegts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-mpegts" -version = "0.19.0" +version = "0.20.0" authors = ["Sebastian Dröge ", "Rafael Caricio "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer MpegTs library" diff --git a/gstreamer-mpegts/sys/Cargo.toml b/gstreamer-mpegts/sys/Cargo.toml index d0cc64e83..5771b585e 100644 --- a/gstreamer-mpegts/sys/Cargo.toml +++ b/gstreamer-mpegts/sys/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "gstreamer-mpegts-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.0" +version = "0.20.0" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-net/Cargo.toml b/gstreamer-net/Cargo.toml index 03156a9d1..f2bd94e87 100644 --- a/gstreamer-net/Cargo.toml +++ b/gstreamer-net/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-net" -version = "0.19.0" +version = "0.20.0" 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 f28a53077..50ee600fe 100644 --- a/gstreamer-net/sys/Cargo.toml +++ b/gstreamer-net/sys/Cargo.toml @@ -41,7 +41,7 @@ license = "MIT" name = "gstreamer-net-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.0" +version = "0.20.0" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-pbutils/Cargo.toml b/gstreamer-pbutils/Cargo.toml index 2d964b616..596b861b3 100644 --- a/gstreamer-pbutils/Cargo.toml +++ b/gstreamer-pbutils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-pbutils" -version = "0.19.0" +version = "0.20.0" 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 12fe8e21c..1fde0f278 100644 --- a/gstreamer-pbutils/sys/Cargo.toml +++ b/gstreamer-pbutils/sys/Cargo.toml @@ -49,7 +49,7 @@ license = "MIT" name = "gstreamer-pbutils-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.0" +version = "0.20.0" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-play/Cargo.toml b/gstreamer-play/Cargo.toml index f80bea3f4..d878c536b 100644 --- a/gstreamer-play/Cargo.toml +++ b/gstreamer-play/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-play" -version = "0.19.0" +version = "0.20.0" authors = ["Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer Play library" diff --git a/gstreamer-play/sys/Cargo.toml b/gstreamer-play/sys/Cargo.toml index 7d1a3643f..d82b92745 100644 --- a/gstreamer-play/sys/Cargo.toml +++ b/gstreamer-play/sys/Cargo.toml @@ -42,7 +42,7 @@ license = "MIT" name = "gstreamer-play-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.0" +version = "0.20.0" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-player/Cargo.toml b/gstreamer-player/Cargo.toml index 673c0eb00..eb38a986f 100644 --- a/gstreamer-player/Cargo.toml +++ b/gstreamer-player/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-player" -version = "0.19.0" +version = "0.20.0" 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 ee8074a3e..be2da600a 100644 --- a/gstreamer-player/sys/Cargo.toml +++ b/gstreamer-player/sys/Cargo.toml @@ -45,7 +45,7 @@ license = "MIT" name = "gstreamer-player-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.0" +version = "0.20.0" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-rtp/Cargo.toml b/gstreamer-rtp/Cargo.toml index 4b80a476f..149e98406 100644 --- a/gstreamer-rtp/Cargo.toml +++ b/gstreamer-rtp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-rtp" -version = "0.19.0" +version = "0.20.0" 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 647ee32bc..94d391d09 100644 --- a/gstreamer-rtp/sys/Cargo.toml +++ b/gstreamer-rtp/sys/Cargo.toml @@ -41,7 +41,7 @@ license = "MIT" name = "gstreamer-rtp-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.0" +version = "0.20.0" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-rtsp-server/Cargo.toml b/gstreamer-rtsp-server/Cargo.toml index cfa392925..ff5626a55 100644 --- a/gstreamer-rtsp-server/Cargo.toml +++ b/gstreamer-rtsp-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-rtsp-server" -version = "0.19.0" +version = "0.20.0" 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 7c6a9f872..5c29e6978 100644 --- a/gstreamer-rtsp-server/sys/Cargo.toml +++ b/gstreamer-rtsp-server/sys/Cargo.toml @@ -57,7 +57,7 @@ license = "MIT" name = "gstreamer-rtsp-server-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.0" +version = "0.20.0" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-rtsp/Cargo.toml b/gstreamer-rtsp/Cargo.toml index 01db83099..7cb6b7e46 100644 --- a/gstreamer-rtsp/Cargo.toml +++ b/gstreamer-rtsp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-rtsp" -version = "0.19.0" +version = "0.20.0" 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 d2819c400..87d7f6171 100644 --- a/gstreamer-rtsp/sys/Cargo.toml +++ b/gstreamer-rtsp/sys/Cargo.toml @@ -49,7 +49,7 @@ license = "MIT" name = "gstreamer-rtsp-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.0" +version = "0.20.0" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-sdp/Cargo.toml b/gstreamer-sdp/Cargo.toml index 2fbe2babd..9346b9016 100644 --- a/gstreamer-sdp/Cargo.toml +++ b/gstreamer-sdp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-sdp" -version = "0.19.0" +version = "0.20.0" 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 51de3fb92..76b42044c 100644 --- a/gstreamer-sdp/sys/Cargo.toml +++ b/gstreamer-sdp/sys/Cargo.toml @@ -37,7 +37,7 @@ license = "MIT" name = "gstreamer-sdp-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.0" +version = "0.20.0" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-tag/sys/Cargo.toml b/gstreamer-tag/sys/Cargo.toml index 1af967084..2b26f94c9 100644 --- a/gstreamer-tag/sys/Cargo.toml +++ b/gstreamer-tag/sys/Cargo.toml @@ -41,7 +41,7 @@ license = "MIT" name = "gstreamer-tag-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.0" +version = "0.20.0" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-utils/Cargo.toml b/gstreamer-utils/Cargo.toml index fad294172..9aaf7c2a5 100644 --- a/gstreamer-utils/Cargo.toml +++ b/gstreamer-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-utils" -version = "0.19.0" +version = "0.20.0" authors = ["Mathieu Duponchelle ", "Thibault Saunier "] categories = ["multimedia"] description = "Exposes an object to build several Gst pipeline with one producer and several consumer" diff --git a/gstreamer-validate/Cargo.toml b/gstreamer-validate/Cargo.toml index 1e6d2ed9f..3302ad30e 100644 --- a/gstreamer-validate/Cargo.toml +++ b/gstreamer-validate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-validate" -version = "0.19.0" +version = "0.20.0" authors = ["Philippe Normand "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer WebRTC library" diff --git a/gstreamer-validate/sys/Cargo.toml b/gstreamer-validate/sys/Cargo.toml index d366846e6..a4d85f466 100644 --- a/gstreamer-validate/sys/Cargo.toml +++ b/gstreamer-validate/sys/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "gstreamer-validate-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.0" +version = "0.20.0" edition = "2021" rust-version = "1.57" [package.metadata.docs.rs] diff --git a/gstreamer-video/Cargo.toml b/gstreamer-video/Cargo.toml index 115fa49c6..53ca7c1e3 100644 --- a/gstreamer-video/Cargo.toml +++ b/gstreamer-video/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-video" -version = "0.19.0" +version = "0.20.0" 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 5cd911bbf..24ec0f2a6 100644 --- a/gstreamer-video/sys/Cargo.toml +++ b/gstreamer-video/sys/Cargo.toml @@ -45,7 +45,7 @@ license = "MIT" name = "gstreamer-video-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.0" +version = "0.20.0" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-webrtc/Cargo.toml b/gstreamer-webrtc/Cargo.toml index 98c8306fa..1202bf43b 100644 --- a/gstreamer-webrtc/Cargo.toml +++ b/gstreamer-webrtc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-webrtc" -version = "0.19.0" +version = "0.20.0" 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 f1389be94..12608c5d0 100644 --- a/gstreamer-webrtc/sys/Cargo.toml +++ b/gstreamer-webrtc/sys/Cargo.toml @@ -42,7 +42,7 @@ license = "MIT" name = "gstreamer-webrtc-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.0" +version = "0.20.0" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer/Cargo.toml b/gstreamer/Cargo.toml index f24802cf2..a58b8410d 100644 --- a/gstreamer/Cargo.toml +++ b/gstreamer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer" -version = "0.19.0" +version = "0.20.0" 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 8f86a760f..be447c2cb 100644 --- a/gstreamer/sys/Cargo.toml +++ b/gstreamer/sys/Cargo.toml @@ -39,7 +39,7 @@ license = "MIT" name = "gstreamer-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.0" +version = "0.20.0" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/tutorials/Cargo.toml b/tutorials/Cargo.toml index cf87e7b66..74f0f707d 100644 --- a/tutorials/Cargo.toml +++ b/tutorials/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tutorials" -version = "0.19.0" +version = "0.20.0" license = "MIT" authors = ["Sebastian Dröge "] edition = "2021"