Update to rust 2024

This commit is contained in:
2025-12-07 20:11:38 +02:00
parent a21295ecc8
commit f8281640f1
11 changed files with 12 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "xmpd-cache"
edition = "2021"
edition.workspace = true
readme="README.md"
authors.workspace = true
version.workspace = true

View File

@@ -128,7 +128,7 @@ impl Cache {
}
macro_rules! he {
($tx:expr, $val:expr) => {
($tx:expr_2021, $val:expr_2021) => {
match $val {
Ok(v) => v,
Err(e) => {