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:
parent
06440889d8
commit
8921d301fb
|
@ -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" ] }
|
||||
|
|
Loading…
Reference in New Issue