From 84cd2a67d4a4cef79702e456998fbca2b7c4d01b Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 25 Dec 2025 22:13:39 +0100 Subject: [PATCH] Upgrade matrix-sdk-indexeddb to Rust edition 2024 --- crates/matrix-sdk-indexeddb/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/matrix-sdk-indexeddb/Cargo.toml b/crates/matrix-sdk-indexeddb/Cargo.toml index 8cdfd88ec..62fad4b80 100644 --- a/crates/matrix-sdk-indexeddb/Cargo.toml +++ b/crates/matrix-sdk-indexeddb/Cargo.toml @@ -4,7 +4,7 @@ version = "0.16.0" repository = "https://github.com/matrix-org/matrix-rust-sdk" description = "Web's IndexedDB Storage backend for matrix-sdk" license = "Apache-2.0" -edition = "2021" +edition = "2024" rust-version.workspace = true readme = "README.md"