diff --git a/Cargo.toml b/Cargo.toml index 13f1a5d66..118998c60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ cfg-if = "1.0" # https://rustsec.org/advisories/RUSTSEC-2020-0053.html dirs-next = { version = "2.0", optional = true } # For History -fd-lock = "3.0.0" +fd-lock = { git = "https://github.com/sunfishcode/fd-lock" } libc = "0.2" log = "0.4" unicode-width = "0.1"