Skip to content

Commit

Permalink
Prepare for the beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Aug 9, 2021
1 parent 7960160 commit 341a2e2
Showing 1 changed file with 2 additions and 2 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-alpha"
version = "0.5.0-beta"
authors = ["Thomas Daede <tdaede@xiph.org>"]
edition = "2018"
build = "build.rs"
Expand Down Expand Up @@ -112,7 +112,7 @@ features = ["parallel"]
signal-hook = { version = "0.3", optional = true }

[dev-dependencies]
assert_cmd = "1.0"
assert_cmd = "2.0"
criterion = "0.3"
pretty_assertions = "0.7"
interpolate_name = "0.2.2"
Expand Down

0 comments on commit 341a2e2

Please sign in to comment.