mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-24 01:58:53 +00:00
0.4.1
This commit is contained in:
parent
0a3ffdafe6
commit
05fcb0b35a
3 changed files with 5 additions and 5 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -179,7 +179,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "av1an"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
dependencies = [
|
||||
"ansi_term",
|
||||
"anyhow",
|
||||
|
@ -197,7 +197,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "av1an-core"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
dependencies = [
|
||||
"affinity",
|
||||
"ansi_term",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "av1an-core"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
rust-version = "1.63"
|
||||
edition = "2021"
|
||||
authors = ["Zen <master_of_zen@protonmail.com>"]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "av1an"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
authors = ["Zen <master_of_zen@protonmail.com>"]
|
||||
description = """
|
||||
Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding [Command line library]
|
||||
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue