Skip to content

Commit 3d33e2c

Browse files
committed
Prepare for release
1 parent e27cff0 commit 3d33e2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rav1e"
3-
version = "0.5.0-beta"
3+
version = "0.5.0-beta.2"
44
authors = ["Thomas Daede <[email protected]>"]
55
edition = "2018"
66
build = "build.rs"
@@ -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.2", path = "v_frame/" }
76+
v_frame = { version = "0.2.3", 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 }

0 commit comments

Comments
 (0)