Version bump to 0.3.2

This commit is contained in:
Zen 2022-07-18 18:09:39 +03:00
parent 28fb082d9e
commit 3e32699b88
4 changed files with 215 additions and 210 deletions

412
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
[package]
name = "av1an"
version = "0.3.1"
version = "0.3.2"
authors = ["Zen <master_of_zen@protonmail.com>"]
description = """
Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding
@ -22,8 +22,8 @@ serde_json = "1.0.64"
serde = { version = "1.0.126", features = ["serde_derive"] }
shlex = "1.0.0"
path_abs = "0.5.1"
av1an-cli = { path = "av1an-cli", version = "0.3.1" }
av1an-core = { path = "av1an-core", version = "0.3.1" }
av1an-cli = { path = "av1an-cli", version = "0.3.2" }
av1an-core = { path = "av1an-core", version = "0.3.2" }
[features]
default = ["vapoursynth_new_api"]

View file

@ -1,6 +1,6 @@
[package]
name = "av1an-cli"
version = "0.3.1"
version = "0.3.2"
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]

View file

@ -1,6 +1,6 @@
[package]
name = "av1an-core"
version = "0.3.1"
version = "0.3.2"
rust-version = "1.59"
edition = "2021"
authors = ["Zen <master_of_zen@protonmail.com>"]
@ -68,8 +68,7 @@ default-features = false
features = ["svg_backend", "line_series"]
[dependencies.vapoursynth]
git = "https://github.com/YaLTeR/vapoursynth-rs"
rev = "074417335ff9c139956c62771835798c9a302e67"
version = "0.4.0"
features = ["vsscript-functions", "vapoursynth-functions"]
[dependencies.tokio]