Update to rust 2024
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "xmpd-cache"
|
||||
edition = "2021"
|
||||
edition.workspace = true
|
||||
readme="README.md"
|
||||
authors.workspace = true
|
||||
version.workspace = true
|
||||
|
||||
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user