reference valgrind_request via github

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 <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2020-01-02 13:57:50 +01:00
parent 06440889d8
commit 8921d301fb
1 changed files with 1 additions and 1 deletions

View File

@ -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" ] }