Skip to content

Commit 05fcb0b

Browse files
committed
0.4.1
1 parent 0a3ffda commit 05fcb0b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

av1an-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "av1an-core"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
rust-version = "1.63"
55
edition = "2021"
66
authors = ["Zen <[email protected]>"]

av1an/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "av1an"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Zen <[email protected]>"]
55
description = """
66
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"] }
2323
shlex = "1.0.0"
2424
path_abs = "0.5.1"
2525
anyhow = "1.0.42"
26-
av1an-core = { path = "../av1an-core", version = "0.4" }
26+
av1an-core = { path = "../av1an-core", version = "0.4.1" }
2727
thiserror = "1.0.30"
2828
once_cell = "1.8.0"
2929
ansi_term = "0.12.1"

0 commit comments

Comments
 (0)