Revert "ALT: fix dependencies overrides"
This reverts commit a8f1616aab
.
This commit is contained in:
parent
9113dad57e
commit
a63e5fa613
@ -13,28 +13,23 @@ replace-with = "vendored-sources"
|
||||
git = "git://git.proxmox.com/git/proxmox.git"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."git+git://git.proxmox.com/git/proxmox.git?rev=724c3dda6f0500a75a04d552dfb33223ba27195d"]
|
||||
git = "git://git.proxmox.com/git/proxmox.git"
|
||||
rev = "724c3dda6f0500a75a04d552dfb33223ba27195d"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source.vendored-sources]
|
||||
directory = "vendor"
|
||||
|
||||
# Local path overrides
|
||||
# NOTE: You must run `cargo update` after changing this for it to take effect!
|
||||
[patch.crates-io]
|
||||
proxmox-tfa = { git = "git://git.proxmox.com/git/proxmox.git", rev="724c3dda6f0500a75a04d552dfb33223ba27195d" }
|
||||
proxmox-time = { git = "git://git.proxmox.com/git/proxmox.git", rev="724c3dda6f0500a75a04d552dfb33223ba27195d" }
|
||||
proxmox-uuid = { git = "git://git.proxmox.com/git/proxmox.git", rev="724c3dda6f0500a75a04d552dfb33223ba27195d" }
|
||||
proxmox-tfa = { git = "git://git.proxmox.com/git/proxmox.git" }
|
||||
proxmox-time = { git = "git://git.proxmox.com/git/proxmox.git" }
|
||||
proxmox-uuid = { git = "git://git.proxmox.com/git/proxmox.git" }
|
||||
perlmod = { git= "git://git.proxmox.com/git/perlmod.git" }
|
||||
#proxmox-apt = { git = "git://git.proxmox.com/git/proxmox.git", rev="724c3dda6f0500a75a04d552dfb33223ba27195d" }
|
||||
proxmox-openid = { git = "git://git.proxmox.com/git/proxmox.git", rev="724c3dda6f0500a75a04d552dfb33223ba27195d" }
|
||||
proxmox-schema = { git = "git://git.proxmox.com/git/proxmox.git", rev="724c3dda6f0500a75a04d552dfb33223ba27195d" }
|
||||
proxmox-sys = { git = "git://git.proxmox.com/git/proxmox.git", rev="724c3dda6f0500a75a04d552dfb33223ba27195d" }
|
||||
proxmox-http = { git = "git://git.proxmox.com/git/proxmox.git", rev="724c3dda6f0500a75a04d552dfb33223ba27195d" }
|
||||
#proxmox-apt = { git = "git://git.proxmox.com/git/proxmox.git" }
|
||||
proxmox-openid = { git = "git://git.proxmox.com/git/proxmox.git" }
|
||||
proxmox-schema = { git = "git://git.proxmox.com/git/proxmox.git" }
|
||||
proxmox-sys = { git = "git://git.proxmox.com/git/proxmox.git" }
|
||||
proxmox-http = { git = "git://git.proxmox.com/git/proxmox.git" }
|
||||
proxmox-http-error = { git = "git://git.proxmox.com/git/proxmox.git" }
|
||||
proxmox-notify = { git = "git://git.proxmox.com/git/proxmox.git" }
|
||||
proxmox-subscription = { git = "git://git.proxmox.com/git/proxmox.git", rev="724c3dda6f0500a75a04d552dfb33223ba27195d" }
|
||||
proxmox-subscription = { git = "git://git.proxmox.com/git/proxmox.git" }
|
||||
proxmox-resource-scheduling = { git = "git://git.proxmox.com/git/proxmox-resource-scheduling.git" }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user