mirror of
https://git.proxmox.com/git/proxmox-backup-qemu
synced 2025-10-17 15:33:05 +00:00
bump pbs crates to current git
and align them for easier block-editing in vim ;-) Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
8556530b34
commit
cb4dbc1748
10
Cargo.toml
10
Cargo.toml
@ -34,11 +34,11 @@ proxmox-lang = "1"
|
||||
proxmox-schema = { version = "1", features = [ "api-macro" ] }
|
||||
proxmox-sys = { version = "0.2", features = [ "sortable-macro"] }
|
||||
|
||||
pbs-api-types = { git = "git://git.proxmox.com/git/proxmox-backup.git", rev = "0ff214bedddce3c8773f742b66c455c4bad4083f" }
|
||||
pbs-tools = { git = "git://git.proxmox.com/git/proxmox-backup.git", rev = "0ff214bedddce3c8773f742b66c455c4bad4083f" }
|
||||
pbs-config = { git = "git://git.proxmox.com/git/proxmox-backup.git", rev = "0ff214bedddce3c8773f742b66c455c4bad4083f" }
|
||||
pbs-datastore = { git = "git://git.proxmox.com/git/proxmox-backup.git", rev = "0ff214bedddce3c8773f742b66c455c4bad4083f" }
|
||||
pbs-client = { git = "git://git.proxmox.com/git/proxmox-backup.git" , rev = "0ff214bedddce3c8773f742b66c455c4bad4083f" }
|
||||
pbs-api-types = { git = "git://git.proxmox.com/git/proxmox-backup.git", rev = "5b460ef525368d3200eb7421b972cf0a4ea6c93f" }
|
||||
pbs-tools = { git = "git://git.proxmox.com/git/proxmox-backup.git", rev = "5b460ef525368d3200eb7421b972cf0a4ea6c93f" }
|
||||
pbs-config = { git = "git://git.proxmox.com/git/proxmox-backup.git", rev = "5b460ef525368d3200eb7421b972cf0a4ea6c93f" }
|
||||
pbs-datastore = { git = "git://git.proxmox.com/git/proxmox-backup.git", rev = "5b460ef525368d3200eb7421b972cf0a4ea6c93f" }
|
||||
pbs-client = { git = "git://git.proxmox.com/git/proxmox-backup.git", rev = "5b460ef525368d3200eb7421b972cf0a4ea6c93f" }
|
||||
|
||||
serde_json = "1.0"
|
||||
tokio = { version = "1.6", features = [ "fs", "io-util", "macros", "net", "rt-multi-thread", "signal", "time" ] }
|
||||
|
Loading…
Reference in New Issue
Block a user