From 8a6725cdb0654558a97d7099cfb96d2d9b1bc5c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 7 Apr 2018 20:33:27 +0300 Subject: [PATCH] Also update version of gstreamer to 0.11.1 --- gstreamer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gstreamer/Cargo.toml b/gstreamer/Cargo.toml index 5e1280de9..580bce194 100644 --- a/gstreamer/Cargo.toml +++ b/gstreamer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer" -version = "0.11.0" +version = "0.11.1" authors = ["Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer"