From 8921d301fb14ab211b3853c861897eb75d45f817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 2 Jan 2020 13:57:50 +0100 Subject: [PATCH] reference valgrind_request via github MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit to allow using the same Cargo.toml file with a cargo config referencing packaged crates instead of crates.io Signed-off-by: Fabian Grünbichler --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4f11b30e..29539929 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ tokio-openssl = "0.4.0" tokio-util = { version = "0.2.0", features = [ "codec" ] } tower-service = "0.3.0" url = "2.1" -valgrind_request = { version = "1.1", optional = true } +valgrind_request = { git = "https://github.com/edef1c/libvalgrind_request", version = "1.1.0", optional = true } walkdir = "2" xdg = "2.2" zstd = { version = "0.4", features = [ "bindgen" ] }