[pbs-devel] [PATCH proxmox v2 1/8] proxmox-fixed-string: bump msrv to 1.87

Maximiliano Sandoval m.sandoval at proxmox.com
Wed Dec 10 11:56:06 CET 2025


The crate 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/

Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---

Differences from v1:

 - The msrv was set only at proxmox-fixed-string

 proxmox-fixed-string/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proxmox-fixed-string/Cargo.toml b/proxmox-fixed-string/Cargo.toml
index f55c40d2..455160cf 100644
--- a/proxmox-fixed-string/Cargo.toml
+++ b/proxmox-fixed-string/Cargo.toml
@@ -7,7 +7,7 @@ license.workspace = true
 repository.workspace = true
 homepage.workspace = true
 exclude.workspace = true
-rust-version.workspace = true
+rust-version = "1.87"
 
 [dependencies]
 serde.workspace = true
-- 
2.47.3





More information about the pbs-devel mailing list