mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-16 12:55:13 +00:00
Update version to 0.13.0-alpha.1
This commit is contained in:
parent
2f964f71bb
commit
119d905805
3 changed files with 3 additions and 3 deletions
|
@ -113,7 +113,7 @@ panic = 'unwind'
|
||||||
opt-level = 1
|
opt-level = 1
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.12.0-alpha.1"
|
version = "0.13.0-alpha.1"
|
||||||
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
|
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.70"
|
rust-version = "1.70"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
project('gst-plugins-rs',
|
project('gst-plugins-rs',
|
||||||
'rust',
|
'rust',
|
||||||
'c',
|
'c',
|
||||||
version: '0.12.0-alpha.1',
|
version: '0.13.0-alpha.1',
|
||||||
meson_version : '>= 1.1')
|
meson_version : '>= 1.1')
|
||||||
|
|
||||||
# dependencies.py needs a toml parsing module
|
# dependencies.py needs a toml parsing module
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "gst-plugin-version-helper"
|
name = "gst-plugin-version-helper"
|
||||||
version = "0.8.0"
|
version = "0.8.1"
|
||||||
authors = ["Sajeer Ahamed <ahamedsajeer.15.15@cse.mrt.ac.lk>",
|
authors = ["Sajeer Ahamed <ahamedsajeer.15.15@cse.mrt.ac.lk>",
|
||||||
"Sebastian Dröge <sebastian@centricular.com>"]
|
"Sebastian Dröge <sebastian@centricular.com>"]
|
||||||
categories = ["development-tools"]
|
categories = ["development-tools"]
|
||||||
|
|
Loading…
Reference in a new issue