diff options
author | Vika <vika@fireburn.ru> | 2021-12-07 16:10:04 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2021-12-07 16:10:04 +0300 |
commit | 986035afba24b984abea5be1cfcda600879917ff (patch) | |
tree | 8153fe5df5cd826f04a01ed81ec338cda228918c | |
parent | 4fcfed5ddb00d9d37ba1c1d787b2124c0326897c (diff) | |
download | kittybox-986035afba24b984abea5be1cfcda600879917ff.tar.zst |
Disable the deprecated redis feature
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 63adeb5..1301e75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Vika <vika@fireburn.ru>"] edition = "2018" [features] -default = ["util", "redis"] +default = ["util"] util = ["anyhow"] [[bin]] |