Skip to content

Commit

Permalink
Release 0.4.3
Browse files Browse the repository at this point in the history
pin console dependency to avoid lazy-static at least until there are more changes
  • Loading branch information
alexheretic committed Sep 30, 2022
1 parent b3acdaa commit 2351ac0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased (v0.4.3)
# v0.4.3
* Fix terminal breaking sometimes after exitting early.

# v0.4.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ab-av1"
version = "0.4.2"
version = "0.4.3"
authors = ["Alex Butler <alexheretic@gmail.com>"]
edition = "2021"
description = "AV1 encoding with fast VMAF sampling"
Expand All @@ -13,7 +13,7 @@ readme = "README.md"
anyhow = "1.0.53"
clap = { version = "3.2", features = ["derive", "env"] }
clap_complete = "3.2"
console = "0.15"
console = "=0.15.1" # no lazy_static
ffprobe = "0.3"
futures = "0.3.19"
humantime = "2.1"
Expand Down

0 comments on commit 2351ac0

Please sign in to comment.