summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-06-20 17:43:42 +0200
committerCanop <cano.petrole@gmail.com>2020-06-20 17:43:42 +0200
commit249bbd42bcf6df8351c0929c7e749bab9ef148ad (patch)
treec8cb5bd90600753f41016d4841ce99764b3419e4 /Cargo.toml
parent62405df7c20b3cbc11ec16f853227f8ff0bc2ccd (diff)
more subtle rules on pattern combination parsing
For example a closing parenthesis at the very start can only be part of a pattern, not an interpattern token.
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 ad4a480..f20964f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,7 @@ build = "build.rs"
exclude = ["website", "broot*.zip"]
[dependencies]
-bet = "0.3.3"
+bet = "0.3.4"
clap = { version="2.33", default-features=false, features=["suggestions"] }
chrono = "0.4"
crossbeam = "0.7"