cargo: set msrv to 1.80

In the following commits we make use of std::sync::LazyLock;

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
This commit is contained in:
Maximiliano Sandoval 2024-08-14 09:19:50 +02:00 committed by Wolfgang Bumiller
parent cb509a1e6a
commit 9f9f736cfc

View File

@ -59,7 +59,7 @@ license = "AGPL-3"
repository = "https://git.proxmox.com/?p=proxmox.git"
homepage = "https://proxmox.com"
exclude = [ "debian" ]
rust-version = "1.70"
rust-version = "1.80"
[workspace.dependencies]
# any features enabled here are enabled on all members using 'workspace = true'!