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