Skip to content

Commit 2ec4e67

Browse files
committed
Bump the v_frame version as additional API got added
1 parent 3d33e2c commit 2ec4e67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dav1d-sys = { version = "0.3.4", optional = true }
7373
aom-sys = { version = "0.3.0", optional = true }
7474
scan_fmt = { version = "0.2.3", optional = true, default-features = false }
7575
ivf = { version = "0.1", path = "ivf/", optional = true }
76-
v_frame = { version = "0.2.3", path = "v_frame/" }
76+
v_frame = { version = "0.2.4", path = "v_frame/" }
7777
av-metrics = { version = "0.7.1", optional = true, default-features = false }
7878
rayon = "1.0"
7979
crossbeam = { version = "0.8", optional = true }

v_frame/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "v_frame"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
description = "Video Frame data structures, part of rav1e"
55
license = "BSD-2-Clause"
66
authors = ["Luca Barbato <[email protected]>"]

0 commit comments

Comments
 (0)