Re: [pve-devel] applied: [PATCH proxmox-perl-rs] pve-rs: pmg-rs: move deprecated .cargo/config to .cargo/config.toml

2024-06-20 Thread Lukas Wagner


On  2024-06-20 12:21, Fabian Grünbichler wrote:
> with a follow-up to adapt the Makefiles - please test builds when
> touching the build system ;)
> 

Sorry, only did a `cargo build` - :S My bad

-- 
- Lukas


___
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


[pve-devel] applied: [PATCH proxmox-perl-rs] pve-rs: pmg-rs: move deprecated .cargo/config to .cargo/config.toml

2024-06-20 Thread Fabian Grünbichler
with a follow-up to adapt the Makefiles - please test builds when
touching the build system ;)

On June 20, 2024 10:59 am, Lukas Wagner wrote:
> Fixes the following new warning that appeared after switching
> to rust 1.77:
> 
> warning: `proxmox-perl-rs/pve-rs/.cargo/config` is deprecated in
> favor of `config.toml`
> 
> Signed-off-by: Lukas Wagner 
> ---
>  pmg-rs/.cargo/{config => config.toml} | 0
>  pve-rs/.cargo/{config => config.toml} | 0
>  2 files changed, 0 insertions(+), 0 deletions(-)
>  rename pmg-rs/.cargo/{config => config.toml} (100%)
>  rename pve-rs/.cargo/{config => config.toml} (100%)
> 
> diff --git a/pmg-rs/.cargo/config b/pmg-rs/.cargo/config.toml
> similarity index 100%
> rename from pmg-rs/.cargo/config
> rename to pmg-rs/.cargo/config.toml
> diff --git a/pve-rs/.cargo/config b/pve-rs/.cargo/config.toml
> similarity index 100%
> rename from pve-rs/.cargo/config
> rename to pve-rs/.cargo/config.toml
> -- 
> 2.39.2
> 
> 
> 
> ___
> pve-devel mailing list
> pve-devel@lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
> 
> 
> 


___
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel