Pin globset version to avoid breakage

Breakage caused by this fix: https://github.com/BurntSushi/ripgrep/pull/1756

The fix is correct, but it does break a lot of stuff :/
This commit is contained in:
Félix Saparelli 2021-07-10 20:02:31 +12:00
parent 585f73adde
commit ba26999028
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ edition = "2018"
clearscreen = "1.0.4"
derive_builder = "0.10.0"
glob = "0.3.0"
globset = "0.4.6"
globset = "=0.4.6"
lazy_static = "1.1.0"
log = "0.4.14"
notify = "4.0.15"