mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-19 21:29:52 -07:00
Bump matrix-sdk dependency to 0.10.0 (#397)
This commit is contained in:
parent
6529e61963
commit
93502f9993
6 changed files with 656 additions and 284 deletions
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue