tealdeer: Downgrade app_dirs
cargo dependency
Signed-off-by: PeroSar <perosar1111@gmail.com>
This commit is contained in:
parent
42b4712c15
commit
ff9aaad94b
11
packages/tealdeer/Cargo.toml.patch
Normal file
11
packages/tealdeer/Cargo.toml.patch
Normal 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 }
|
@ -4,6 +4,7 @@ TERMUX_PKG_LICENSE="Apache-2.0, MIT"
|
|||||||
TERMUX_PKG_LICENSE_FILE="LICENSE-APACHE, LICENSE-MIT"
|
TERMUX_PKG_LICENSE_FILE="LICENSE-APACHE, LICENSE-MIT"
|
||||||
TERMUX_PKG_MAINTAINER="@termux"
|
TERMUX_PKG_MAINTAINER="@termux"
|
||||||
TERMUX_PKG_VERSION=1.5.0
|
TERMUX_PKG_VERSION=1.5.0
|
||||||
|
TERMUX_PKG_REVISION=1
|
||||||
TERMUX_PKG_SRCURL=https://github.com/dbrgn/tealdeer.git
|
TERMUX_PKG_SRCURL=https://github.com/dbrgn/tealdeer.git
|
||||||
TERMUX_PKG_BUILD_IN_SRC=true
|
TERMUX_PKG_BUILD_IN_SRC=true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user