* [pve-devel] [PATCH installer] cargo: Bump resolver to 3
@ 2026-01-26 12:34 Maximiliano Sandoval
2026-03-30 16:06 ` applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Maximiliano Sandoval @ 2026-01-26 12:34 UTC (permalink / raw)
To: pve-devel
This is the default since edition 2024 which the crate uses. See
https://doc.rust-lang.org/edition-guide/rust-2024/cargo-resolver.html
for more details.
Do note that removing the key would result in:
warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2024 which implies `resolver = "3"`
note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
note: to use the edition 2024 resolver, specify `workspace.resolver = "3"` in the workspace root's manifest
note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
hence we explicitly opt-in the default.
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index 33cd75d..f156707 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ license = "AGPL-3"
repository = "https://git.proxmox.com/?p=pve-installer.git"
[workspace]
-resolver = "2"
+resolver = "3"
members = [
"proxmox-auto-installer",
"proxmox-auto-install-assistant",
--
2.47.3
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* applied: [pve-devel] [PATCH installer] cargo: Bump resolver to 3
2026-01-26 12:34 [pve-devel] [PATCH installer] cargo: Bump resolver to 3 Maximiliano Sandoval
@ 2026-03-30 16:06 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2026-03-30 16:06 UTC (permalink / raw)
To: pve-devel, Maximiliano Sandoval
On Mon, 26 Jan 2026 13:34:40 +0100, Maximiliano Sandoval wrote:
> This is the default since edition 2024 which the crate uses. See
> https://doc.rust-lang.org/edition-guide/rust-2024/cargo-resolver.html
> for more details.
>
> Do note that removing the key would result in:
>
> warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2024 which implies `resolver = "3"`
> note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
> note: to use the edition 2024 resolver, specify `workspace.resolver = "3"` in the workspace root's manifest
> note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
>
> [...]
Applied, thanks!
[1/1] cargo: Bump resolver to 3
commit: a3b11702793b00202add2e15a6c973af22463b8c
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-30 16:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-26 12:34 [pve-devel] [PATCH installer] cargo: Bump resolver to 3 Maximiliano Sandoval
2026-03-30 16:06 ` applied: " Thomas Lamprecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox