Bump matrix-sdk dependency to 0.10.0 (#397)

This commit is contained in:
Ken Rachynski 2025-05-15 18:56:35 -06:00 committed by GitHub
parent 6529e61963
commit 93502f9993
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 656 additions and 284 deletions

View file

@ -11,7 +11,7 @@ license = "Apache-2.0"
exclude = [".github", "CONTRIBUTING.md"]
keywords = ["matrix", "chat", "tui", "vim"]
categories = ["command-line-utilities"]
rust-version = "1.76"
rust-version = "1.82"
build = "build.rs"
[features]
@ -87,7 +87,7 @@ version = "0.0.20"
#rev = "24f3ec11c7f634005a27b26878d0fbbdcc08f272"
[dependencies.matrix-sdk]
version = "0.8.0"
version = "0.10.0"
default-features = false
features = ["e2e-encryption", "sqlite", "sso-login"]