We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d7497e commit 206036bCopy full SHA for 206036b
labs/multiverse/Cargo.toml
@@ -14,7 +14,7 @@ color-eyre = "0.6.2"
14
crossterm = "0.27.0"
15
futures-util = { workspace = true }
16
imbl = { workspace = true }
17
-matrix-sdk = { path = "../../crates/matrix-sdk", features = ["sso-login"] }
+matrix-sdk = { path = "../../crates/matrix-sdk", features = ["sso-login", "experimental-not-simplified-sliding-sync"] }
18
matrix-sdk-ui = { path = "../../crates/matrix-sdk-ui" }
19
ratatui = "0.26.1"
20
rpassword = "7.3.1"
0 commit comments