mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-14 16:12:19 +00:00
proxmox-tools: reference valgrind_request via git
to allow using 'cargo XXX' with cargo config pointing to packaged sources instead of crates.io Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
b659584f23
commit
94168b94c2
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user