mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-19 14:19:06 -04:00
sdk: Don't enable default features of mas-oidc-client
We don't need the `hyper` feature as we use our own HTTP client, and the `keystore` will not be used in most cases. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
committed by
Benjamin Bouvier
parent
c59465c54c
commit
0ff9e066fb
@@ -86,7 +86,7 @@ imbl = { workspace = true, features = ["serde"] }
|
||||
indexmap = "2.0.2"
|
||||
js_int = "0.2.2"
|
||||
language-tags = { version = "0.3.2", optional = true }
|
||||
mas-oidc-client = { version = "0.7.0", optional = true }
|
||||
mas-oidc-client = { git = "https://github.com/matrix-org/matrix-authentication-service", rev = "099eabd1371d2840a2f025a6372d6428039eb511", default-features = false, optional = true }
|
||||
matrix-sdk-base = { workspace = true, features = ["uniffi"] }
|
||||
matrix-sdk-common = { workspace = true }
|
||||
matrix-sdk-indexeddb = { workspace = true, optional = true }
|
||||
|
||||
Reference in New Issue
Block a user