summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-12-29 09:16:38 +0100
committerCanop <cano.petrole@gmail.com>2021-12-29 09:16:38 +0100
commit22908e0dfef18e8accf9a2125f8349b448aea2e6 (patch)
tree78207ad713a86cd94fe06742cab71f40d6038a31 /Cargo.toml
parentd296b7139c019e21c542278ea064977073d1af78 (diff)
fix wrong translation from exact pattern to regex patternv1.8.1
Fix: regex pattern automatically built from content pattern when going from a tree search to a file preview isn't escaped Fix #472
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8fd22a2..d8fef0f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.8.0"
+version = "1.8.1"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"