mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-07 09:45:25 +00:00
Update version to 0.12.0
This commit is contained in:
parent
2f964f71bb
commit
50efdf6a64
2 changed files with 2 additions and 2 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.12.0"
|
||||||
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.12.0',
|
||||||
meson_version : '>= 1.1')
|
meson_version : '>= 1.1')
|
||||||
|
|
||||||
# dependencies.py needs a toml parsing module
|
# dependencies.py needs a toml parsing module
|
||||||
|
|
Loading…
Reference in a new issue