This commit is contained in:
Zen 2023-03-13 13:30:06 +02:00
parent 0a3ffdafe6
commit 05fcb0b35a
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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>"]

View file

@ -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"