From a6124cf4756cee04456af1f23b7476f8823da5f2 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 18 Aug 2021 07:09:42 -0700 Subject: [PATCH] Port to yoshuawuyts/fd-lock#14. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"