summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2019-01-30 21:35:51 +0100
committerCanop <cano.petrole@gmail.com>2019-01-30 21:35:51 +0100
commitbdd4ff99c72ad8a8d86d21fcd5cb0e56a63a00ed (patch)
treee9129438b029b39b34a4c304c4025e3b179bade0
parentd18d886580aab22664dba25343618e9d0cdf9402 (diff)
remove a keyword, as cargo refuses more than 5v0.5.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index db1a7dc..89f4e2b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -31,7 +31,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "broot"
-version = "0.4.7"
+version = "0.5.0"
dependencies = [
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
"custom_error 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 41564e8..4734efe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
description = "Fuzzy Search + tree + cd"
edition = "2018"
-keywords = ["cli", "fuzzy", "tree", "search", "linux", "regex"]
+keywords = ["cli", "fuzzy", "tree", "search", "regex"]
license = "MIT"
categories = ["command-line-utilities"]
readme = "README.md"