|
|
|
|
@ -73,9 +73,9 @@ shumate = { package = "libshumate", version = "0.7", features = ["v1_1"] }
|
|
|
|
|
sourceview = { package = "sourceview5", version = "0.10" } |
|
|
|
|
|
|
|
|
|
[dependencies.matrix-sdk] |
|
|
|
|
version = "0.14" |
|
|
|
|
# git = "https://github.com/matrix-org/matrix-rust-sdk.git" |
|
|
|
|
# rev = "a9ce1c6e5822b8eb8411c5bc257049d9a9d15884" |
|
|
|
|
# version = "0.14" |
|
|
|
|
git = "https://github.com/matrix-org/matrix-rust-sdk.git" |
|
|
|
|
rev = "6191e2c24e3d01e6f52ad931d0bddbb1ae85b368" |
|
|
|
|
default-features = false |
|
|
|
|
features = [ |
|
|
|
|
"e2e-encryption", |
|
|
|
|
@ -89,19 +89,19 @@ features = [
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[dependencies.matrix-sdk-store-encryption] |
|
|
|
|
version = "0.14" |
|
|
|
|
# git = "https://github.com/matrix-org/matrix-rust-sdk.git" |
|
|
|
|
# rev = "a9ce1c6e5822b8eb8411c5bc257049d9a9d15884" |
|
|
|
|
# version = "0.14" |
|
|
|
|
git = "https://github.com/matrix-org/matrix-rust-sdk.git" |
|
|
|
|
rev = "6191e2c24e3d01e6f52ad931d0bddbb1ae85b368" |
|
|
|
|
|
|
|
|
|
[dependencies.matrix-sdk-ui] |
|
|
|
|
version = "0.14" |
|
|
|
|
# git = "https://github.com/matrix-org/matrix-rust-sdk.git" |
|
|
|
|
# rev = "a9ce1c6e5822b8eb8411c5bc257049d9a9d15884" |
|
|
|
|
# version = "0.14" |
|
|
|
|
git = "https://github.com/matrix-org/matrix-rust-sdk.git" |
|
|
|
|
rev = "6191e2c24e3d01e6f52ad931d0bddbb1ae85b368" |
|
|
|
|
|
|
|
|
|
[dependencies.ruma] |
|
|
|
|
version = "0.13" |
|
|
|
|
# git = "https://github.com/ruma/ruma.git" |
|
|
|
|
# rev = "a2fe858133ba932b4bda730dc7472c9c985739a0" |
|
|
|
|
# version = "0.13" |
|
|
|
|
git = "https://github.com/ruma/ruma.git" |
|
|
|
|
rev = "8544b61f249c42ba58108f1cae4179ddbd312378" |
|
|
|
|
features = [ |
|
|
|
|
"client-api-c", |
|
|
|
|
"markdown", |
|
|
|
|
|