Upgrade matrix-sdk-sqlite to Rust edition 2024

This commit is contained in:
Jonas Platte
2025-12-11 12:39:36 +01:00
committed by Damir Jelić
parent 4d3125e58e
commit 024fd99e71

View File

@@ -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"