diff --git a/Cargo.toml b/Cargo.toml index 0ff425158b..09d0389bda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ dav1d-sys = { version = "0.3.4", optional = true } aom-sys = { version = "0.3.0", optional = true } scan_fmt = { version = "0.2.3", optional = true, default-features = false } ivf = { version = "0.1", path = "ivf/", optional = true } -v_frame = { version = "0.2.3", path = "v_frame/" } +v_frame = { version = "0.2.4", path = "v_frame/" } av-metrics = { version = "0.7.1", optional = true, default-features = false } rayon = "1.0" crossbeam = { version = "0.8", optional = true } diff --git a/v_frame/Cargo.toml b/v_frame/Cargo.toml index df484ca52d..6d617d5e49 100644 --- a/v_frame/Cargo.toml +++ b/v_frame/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "v_frame" -version = "0.2.3" +version = "0.2.4" description = "Video Frame data structures, part of rav1e" license = "BSD-2-Clause" authors = ["Luca Barbato "]