[pbs-devel] applied: [PATCH proxmox-backup] cargo: fixed cargo.toml local paths
Fabian Grünbichler
f.gruenbichler at proxmox.com
Wed Sep 6 12:01:04 CEST 2023
thanks! added a follow-up on top that sorts the deps that where out of
order or in the wrong "category"
On August 30, 2023 2:57 pm, Gabriel Goller wrote:
> The `proxmox-apt` and `proxmox-openid` crate was moved into
> the `proxmox` workspace.
>
> Signed-off-by: Gabriel Goller <g.goller at proxmox.com>
> ---
>
> Note: This has already been fixed, but was
> reintroduced by another patch.
>
> Cargo.toml | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Cargo.toml b/Cargo.toml
> index c7773f0e..e0f12806 100644
> --- a/Cargo.toml
> +++ b/Cargo.toml
> @@ -264,8 +264,8 @@ proxmox-rrd.workspace = true
> #proxmox-sortable-macro = { path = "../proxmox/proxmox-sortable-macro" }
> #proxmox-human-byte = { path = "../proxmox/proxmox-human-byte" }
>
> -#proxmox-apt = { path = "../proxmox-apt" }
> -#proxmox-openid = { path = "../proxmox-openid-rs" }
> +#proxmox-apt = { path = "../proxmox/proxmox-apt" }
> +#proxmox-openid = { path = "../proxmox/proxmox-openid" }
> #pathpatterns = {path = "../pathpatterns" }
>
> #pxar = { path = "../pxar" }
> --
> 2.39.2
>
>
>
> _______________________________________________
> pbs-devel mailing list
> pbs-devel at lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
>
>
>
More information about the pbs-devel
mailing list