Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Oct 31, 2021
1 parent a841a44 commit 8e2689b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rav1e"
version = "0.5.0-beta.2"
version = "0.5.0"
authors = ["Thomas Daede <tdaede@xiph.org>"]
edition = "2018"
rust-version = "1.51.0"
Expand Down Expand Up @@ -74,7 +74,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.4", path = "v_frame/" }
v_frame = { version = "0.2.5", 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.4"
version = "0.2.5"
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 8e2689b

Please sign in to comment.