ALT: fix dependencies overrides

Revert this in the next version.
This commit is contained in:
Alexander Burmatov 2024-09-06 01:07:19 +03:00
parent 0bb97dbe0f
commit a8f1616aab

View File

@ -13,23 +13,28 @@ 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" }
proxmox-time = { git = "git://git.proxmox.com/git/proxmox.git" }
proxmox-uuid = { git = "git://git.proxmox.com/git/proxmox.git" }
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" }
perlmod = { git= "git://git.proxmox.com/git/perlmod.git" }
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-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-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" }
proxmox-subscription = { git = "git://git.proxmox.com/git/proxmox.git", rev="724c3dda6f0500a75a04d552dfb33223ba27195d" }
proxmox-resource-scheduling = { git = "git://git.proxmox.com/git/proxmox-resource-scheduling.git" }