]> git.proxmox.com Git - proxmox-backup.git/commitdiff
reference valgrind_request via github
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 2 Jan 2020 12:57:50 +0000 (13:57 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 2 Jan 2020 12:57:52 +0000 (13:57 +0100)
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>
Cargo.toml

index 4f11b30e6a0675f605f868573c45561f4b20029b..2953992909cf606bf834eabddfa763c33aa9421b 100644 (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" ] }