mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-25 11:01:10 +00:00
subclass: Declare minimum to be 1.19 for v1_20
This commit is contained in:
parent
c44fde7279
commit
810ff23bed
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ pub const MAJOR_VERSION: i32 = 1;
|
||||||
|
|
||||||
cfg_if::cfg_if! {
|
cfg_if::cfg_if! {
|
||||||
if #[cfg(feature = "v1_20")] {
|
if #[cfg(feature = "v1_20")] {
|
||||||
pub const MINOR_VERSION: i32 = 20;
|
pub const MINOR_VERSION: i32 = 19;
|
||||||
} else if #[cfg(feature = "v1_18")] {
|
} else if #[cfg(feature = "v1_18")] {
|
||||||
pub const MINOR_VERSION: i32 = 18;
|
pub const MINOR_VERSION: i32 = 18;
|
||||||
} else if #[cfg(feature = "v1_16")] {
|
} else if #[cfg(feature = "v1_16")] {
|
||||||
|
|
Loading…
Reference in a new issue