summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2020-09-20 19:50:39 +0200
committersharkdp <davidpeter@web.de>2020-09-20 19:50:39 +0200
commitf18009e5d57bb4ee03511a9a2b6fd933d58d539f (patch)
treecbdeae659febe3e103d85496743a053537ccc099 /Cargo.toml
parent83c775065657dfc5bbaa83060f073a83d7fec911 (diff)
Remove 'liquid' dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 3 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a70cb623..b36931cb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,6 @@ application = [
"dirs",
"git",
"lazy_static",
- "liquid",
"paging",
"wild",
"regex-onig",
@@ -80,8 +79,7 @@ predicates = "1.0.5"
[build-dependencies]
clap = { version = "2.33", optional = true }
-liquid = { version = "0.21", optional = true }
-[profile.release]
-lto = true
-codegen-units = 1
+# [profile.release]
+# lto = true
+# codegen-units = 1