[pbs-devel] [PATCH proxmox 1/8] cargo: bump msrv to 1.87
Thomas Lamprecht
t.lamprecht at proxmox.com
Tue Dec 9 17:22:44 CET 2025
Am 09.12.25 um 11:53 schrieb Maximiliano Sandoval:
> proxmox-fixed-string uses std::str::from_utf8_unchecked which was
> stabilized on 1.87, see its announcement [1].
>
> [1] https://blog.rust-lang.org/2025/05/15/Rust-1.87.0/
Shouldn't proxmox-fixed-string then get that msrv bump though?
>
> Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
> ---
>
> A handful of clippy fixed spooted with:
>
> cargo clippy --all-targets --workspace --all-features
>
>
> Cargo.toml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Cargo.toml b/Cargo.toml
> index 27a69afa..1f80a3a8 100644
> --- a/Cargo.toml
> +++ b/Cargo.toml
> @@ -74,7 +74,7 @@ license = "AGPL-3"
> repository = "https://git.proxmox.com/?p=proxmox.git"
> homepage = "https://proxmox.com"
> exclude = [ "debian" ]
> -rust-version = "1.82"
> +rust-version = "1.87"
>
> [workspace.dependencies]
> # any features enabled here are enabled on all members using 'workspace = true'!
More information about the pbs-devel
mailing list