Update to the 2024 edition

On newer rustc versions let_chain is only allowed with the 2024 edition.
This commit is contained in:
bjorn3
2025-09-10 15:37:17 +02:00
parent 63669069f4
commit 08c00a434d
13 changed files with 679 additions and 563 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
name = "rmm"
version = "0.1.0"
authors = ["Jeremy Soller <jeremy@system76.com>"]
edition = "2018"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html