Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2021-07-09 13:49:33 +0300
committerSebastian Dröge <sebastian@centricular.com>2021-07-09 13:49:33 +0300
commit24ec79cd1a7553392545f6b964e0ba6d28b1544a (patch)
tree13bb19358f9f048422a3e78fd27ed557aa0b4088 /tutorial
parent1c3ae0f89a23d928a217dcf9e62c538d3c18ade3 (diff)
Update versions to 0.8.0 for the master branch
Diffstat (limited to 'tutorial')
-rw-r--r--tutorial/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/Cargo.toml b/tutorial/Cargo.toml
index 322126c9..9877730c 100644
--- a/tutorial/Cargo.toml
+++ b/tutorial/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-tutorial"
-version = "0.7.0"
+version = "0.8.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"