From aca49b2f55df04142d4b2fcfcb361361e76d0820 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 24 Feb 2022 13:10:08 -0500 Subject: move to git deps --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9f9c202..1d6b5a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,4 +30,4 @@ default = [] async = ["tokio"] [patch.crates-io] -nix = { path = "../src/nix" } +nix = { git = "https://github.com/nix-rust/nix" } -- cgit v1.2.3-54-g00ecf