matrix: Update matrix-sdk to 0.6.2

This commit is contained in:
George Kaklamanos 2023-11-16 19:26:22 +02:00
parent 9144f5d8ed
commit fe34027edc
No known key found for this signature in database
GPG key ID: C0CAB8A6BDC9399D
2 changed files with 21 additions and 11 deletions

View file

@ -5,7 +5,7 @@ edition = "2021"
license = "AGPL-3.0-or-later"
[dependencies]
matrix-sdk = { version = "0.4.1", features = ["encryption"] }
matrix-sdk = "0.6.2"
tokio = { version = "1.12.0", features = ["rt-multi-thread", "macros"] }
[target.armv7-unknown-linux-musleabihf.dependencies]