Skip to content

Commit

Permalink
Bump the v_frame version as additional API got added
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Sep 14, 2021
1 parent 3d33e2c commit 2ec4e67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion v_frame/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <lu_zero@gentoo.org>"]
Expand Down

0 comments on commit 2ec4e67

Please sign in to comment.