summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-12-16 17:22:52 +0100
committerCanop <cano.petrole@gmail.com>2021-12-16 17:22:52 +0100
commit5bf8703c14062d5a2134f57634248e49f4aff63f (patch)
treea13fec68ae966991ea8b154ce7e761bba078fe96 /Cargo.toml
parent46fd10517d96676887754ebf80c74d80d39946a7 (diff)
version 1.7.5, making the "clipboard" feature non default againv1.7.5
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 b30652e..bad0a0f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.7.4"
+version = "1.7.5"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"
@@ -15,7 +15,7 @@ rust-version = "1.56"
exclude = ["website", "broot*.zip"]
[features]
-default = ["clipboard"]
+default = []
clipboard = ["terminal-clipboard"]
[dependencies]