forked from mirrors/gstreamer-rs
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! {
|
||||
if #[cfg(feature = "v1_20")] {
|
||||
pub const MINOR_VERSION: i32 = 20;
|
||||
pub const MINOR_VERSION: i32 = 19;
|
||||
} else if #[cfg(feature = "v1_18")] {
|
||||
pub const MINOR_VERSION: i32 = 18;
|
||||
} else if #[cfg(feature = "v1_16")] {
|
||||
|
|
Loading…
Reference in a new issue