From 024fd99e71f9517e2b78eeed3d0abd953dad5129 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 11 Dec 2025 12:39:36 +0100 Subject: [PATCH] Upgrade matrix-sdk-sqlite to Rust edition 2024 --- crates/matrix-sdk-sqlite/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/matrix-sdk-sqlite/Cargo.toml b/crates/matrix-sdk-sqlite/Cargo.toml index 131daf2b8..f2e53bf23 100644 --- a/crates/matrix-sdk-sqlite/Cargo.toml +++ b/crates/matrix-sdk-sqlite/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "matrix-sdk-sqlite" version = "0.16.0" -edition = "2021" +edition = "2024" repository = "https://github.com/matrix-org/matrix-rust-sdk" description = "Sqlite storage backend for matrix-sdk" license = "Apache-2.0"