Skip to content
Snippets Groups Projects
Verified Commit c7139613 authored by David Runge's avatar David Runge :chipmunk:
Browse files

feat: Switch to Rust edition 2024


Use resolver 3 (which came with Rust edition 2024).
Set the minimum required Rust version to 1.85.0.

Signed-off-by: default avatarDavid Runge <dvzrv@archlinux.org>
parent 122414be
No related branches found
No related tags found
1 merge request!171feat: Switch to Rust edition 2024
[workspace]
resolver = "2"
resolver = "3"
members = [
"nethsm",
"nethsm-backup",
......@@ -44,10 +44,11 @@ authors = [
"David Runge <dvzrv@archlinux.org>",
"Wiktor Kwapisiewicz <wiktor@archlinux.org>",
]
edition = "2021"
edition = "2024"
homepage = "https://gitlab.archlinux.org/archlinux/signstar"
license = "Apache-2.0 OR MIT"
repository = "https://gitlab.archlinux.org/archlinux/signstar"
rust-version = "1.85.0"
[profile.release]
lto = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment