From ba26999028cfcac410120330800a9a9026ca7274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Sat, 10 Jul 2021 20:02:31 +1200 Subject: [PATCH] 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 :/ --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 8635a90..728154c 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -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"