From 986035afba24b984abea5be1cfcda600879917ff Mon Sep 17 00:00:00 2001 From: Vika Date: Tue, 7 Dec 2021 16:10:04 +0300 Subject: Disable the deprecated redis feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 63adeb5..1301e75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Vika "] edition = "2018" [features] -default = ["util", "redis"] +default = ["util"] util = ["anyhow"] [[bin]] -- cgit 1.4.1