mirror of
https://git.proxmox.com/git/proxmox
synced 2025-04-29 18:45:49 +00:00
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:
parent
cb509a1e6a
commit
9f9f736cfc
@ -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'!
|
||||
|
Loading…
Reference in New Issue
Block a user