summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2022-04-13 22:00:13 +0200
committerCanop <cano.petrole@gmail.com>2022-04-13 22:00:13 +0200
commiteb56488b123fabb682ec687b0149e149de644957 (patch)
tree92b059b7d7b2d9839d1f3c254821a924147145af /Cargo.toml
parente737f692ffaa4808813b37c6c51b06e6195cb875 (diff)
added compilation target: older GLIBC
This one has no support for clipboard (yet). Fix #531
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e242202..71d6907 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.11.1"
+version = "1.12.0-dev"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"
@@ -84,7 +84,7 @@ debug = false
debug = false
lto = true
codegen-units = 1 # this removes a few hundred bytes from the final exec size
-#strip = true
+strip = true
[[bench]]
name = "fuzzy"