From af8d97b229092aadfe00b5c2015cafffa3c481e3 Mon Sep 17 00:00:00 2001 From: tison Date: Tue, 17 Dec 2024 21:11:57 +0800 Subject: [PATCH] build: pin home version to 0.5.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 963bb7a..e9c3720 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ regex = { version = "1.10.2", optional = true } tracing = { version = "0.1.40", default-features = false, optional = true } [target.'cfg(any(windows, unix, target_os = "redox"))'.dependencies] -home = "0.5.9" +home = "=0.5.9" [target.'cfg(any(unix, target_os = "wasi", target_os = "redox"))'.dependencies] rustix = { version = "0.38.30", default-features = false, features = ["fs", "std"] }