Upgrade to edition 2021 (#610)

This commit is contained in:
Josh Holmer 2022-04-10 12:46:49 -04:00 committed by GitHub
parent 02ffc86601
commit 11d2b91215
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,7 @@ repository = "https://github.com/master-of-zen/Av1an"
keywords = ["video"]
categories = ["command-line-utilities"]
license = "GPL-3.0"
edition = "2018"
edition = "2021"
[[bin]]
path = "src/main.rs"

View file

@ -9,7 +9,7 @@ repository = "https://github.com/master-of-zen/Av1an"
keywords = ["video"]
categories = ["command-line-utilities"]
license = "GPL-3.0"
edition = "2018"
edition = "2021"
[dependencies]
atty = "0.2.14"

View file

@ -1,7 +1,7 @@
[package]
name = "av1an-core"
version = "0.3.1"
edition = "2018"
edition = "2021"
authors = ["Zen <master_of_zen@protonmail.com>"]
description = """
Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding [Core library]

View file

@ -1,2 +1,2 @@
edition = "2018"
edition = "2021"
tab_spaces = 2