Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
master-of-zen committed Mar 13, 2023
1 parent 0a3ffda commit 05fcb0b
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 av1an-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "av1an-core"
version = "0.4.0"
version = "0.4.1"
rust-version = "1.63"
edition = "2021"
authors = ["Zen <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions av1an/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "av1an"
version = "0.4.0"
version = "0.4.1"
authors = ["Zen <[email protected]>"]
description = """
Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding [Command line library]
Expand All @@ -23,7 +23,7 @@ clap = { version = "4.0.32", features = ["derive"] }
shlex = "1.0.0"
path_abs = "0.5.1"
anyhow = "1.0.42"
av1an-core = { path = "../av1an-core", version = "0.4" }
av1an-core = { path = "../av1an-core", version = "0.4.1" }
thiserror = "1.0.30"
once_cell = "1.8.0"
ansi_term = "0.12.1"
Expand Down

0 comments on commit 05fcb0b

Please sign in to comment.