This commit is contained in:
Zen 2022-12-19 18:23:36 +02:00 committed by GitHub
parent a427d96484
commit bcb52cc6c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View file

@ -179,7 +179,7 @@ dependencies = [
[[package]]
name = "av1an-cli"
version = "0.3.2"
version = "0.4.0"
dependencies = [
"ansi_term",
"anyhow",
@ -197,7 +197,7 @@ dependencies = [
[[package]]
name = "av1an-core"
version = "0.3.2"
version = "0.4.0"
dependencies = [
"affinity",
"ansi_term",

View file

@ -1,6 +1,6 @@
[package]
name = "av1an-cli"
version = "0.3.2"
version = "0.4.0"
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]
@ -22,7 +22,7 @@ clap = { version = "3.0.0", features = ["derive"] }
shlex = "1.0.0"
path_abs = "0.5.1"
anyhow = "1.0.42"
av1an-core = { path = "../av1an-core", version = "0.3.1" }
av1an-core = { path = "../av1an-core", version = "0.4" }
thiserror = "1.0.30"
once_cell = "1.8.0"
ansi_term = "0.12.1"

View file

@ -1,6 +1,6 @@
[package]
name = "av1an-core"
version = "0.3.2"
version = "0.4.0"
rust-version = "1.63"
edition = "2021"
authors = ["Zen <master_of_zen@protonmail.com>"]