tealdeer: Downgrade `app_dirs` cargo dependency

Signed-off-by: PeroSar <perosar1111@gmail.com>
This commit is contained in:
PeroSar 2022-02-19 02:09:41 +05:30 committed by Henrik Grimler
parent 42b4712c15
commit ff9aaad94b
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- ./Cargo.toml.bak 2022-02-19 02:03:29.085335654 +0530
+++ ./Cargo.toml 2022-02-19 02:04:45.461335659 +0530
@@ -20,7 +20,7 @@
[dependencies]
ansi_term = "0.12.0"
-app_dirs = { version = "2", package = "app_dirs2" }
+app_dirs = { version = "1.2.1" }
atty = "0.2"
clap = { version = "=3.0.0-rc.11", features = ["std", "derive", "suggestions", "color"], default-features = false }
env_logger = { version = "0.9", optional = true }

View File

@ -4,6 +4,7 @@ TERMUX_PKG_LICENSE="Apache-2.0, MIT"
TERMUX_PKG_LICENSE_FILE="LICENSE-APACHE, LICENSE-MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.5.0
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/dbrgn/tealdeer.git
TERMUX_PKG_BUILD_IN_SRC=true