From 94168b94c27c99212f8602855fb3b65053720cf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 2 Jan 2020 13:33:01 +0100 Subject: [PATCH] proxmox-tools: reference valgrind_request via git MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit to allow using 'cargo XXX' with cargo config pointing to packaged sources instead of crates.io Signed-off-by: Fabian Grünbichler --- proxmox-tools/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox-tools/Cargo.toml b/proxmox-tools/Cargo.toml index 6ed6d7fb..69a2e204 100644 --- a/proxmox-tools/Cargo.toml +++ b/proxmox-tools/Cargo.toml @@ -18,7 +18,7 @@ nix = "0.16" regex = "1.2" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -valgrind_request = { version = "1.1.0", optional = true } +valgrind_request = { git = "https://github.com/edef1c/libvalgrind_request", version = "1.1.0", optional = true } [features] default = []