Skip to content

Commit

Permalink
Update version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rinon committed Jul 18, 2024
1 parent 50afd27 commit b4fcb08
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ default-members = [".", "tools"]
[package]
name = "rav1d"
authors = ["Rav1d Developers", "Prossimo"]
version = "0.2.0"
version = "1.0.0"
edition = "2021"
rust-version = "1.79"
description = "Rust port of the dav1d AV1 decoder"
Expand Down
4 changes: 2 additions & 2 deletions tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rav1d_cli"
authors = ["Rav1d Developers", "Prossimo"]
version = "0.2.0"
version = "1.0.0"
edition = "2021"
default-run = "dav1d"
description = "Rust port of the dav1d AV1 decoder CLI tools"
Expand All @@ -19,7 +19,7 @@ name = "seek_stress"
[dependencies]
cfg-if = "1.0.0"
libc = "0.2"
rav1d = { path = "../", version = "0.2.0", default-features = false }
rav1d = { path = "../", version = "1.0.0", default-features = false }

[features]
default = ["asm", "bitdepth_8", "bitdepth_16"]
Expand Down

0 comments on commit b4fcb08

Please sign in to comment.