Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
cadubentzen committed Nov 9, 2023
1 parent 19ccb40 commit a3f5424
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vvdec"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
authors = ["Carlos Bentzen <[email protected]>"]
description = "Rust bindings for VVdeC"
Expand All @@ -10,7 +10,7 @@ exclude = ["tests/", ".devcontainer/", ".github/"]

[dependencies]
thiserror = "1"
vvdec-sys = { path = "./vvdec-sys", version = "0.4.1-alpha.1" }
vvdec-sys = { path = "./vvdec-sys", version = "0.4.1" }

[workspace]
members = ["vvdec-sys", "vvdecli"]
Expand Down
2 changes: 1 addition & 1 deletion vvdec-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vvdec-sys"
version = "0.4.1-alpha.1"
version = "0.4.1"
edition = "2021"
links = "vvdec"
authors = ["Carlos Bentzen <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions vvdecli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vvdecli"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
authors = ["Carlos Bentzen <[email protected]>"]
description = "CLI application for decoding VVC bitstreams"
Expand All @@ -12,7 +12,7 @@ exclude = ["tests/"]
anyhow = "1"
clap = { version = "4", features = ["derive"] }
thiserror = "1"
vvdec = { path = "..", version = "0.5.0" }
vvdec = { path = "..", version = "0.5.1" }
y4m = "0.8"

[dev-dependencies]
Expand Down

0 comments on commit a3f5424

Please sign in to comment.