Skip to content

Commit bd5a943

Browse files
Daniel SalinasDaniel Salinas
authored andcommitted
Flip which TLS is used by wasm
1 parent 769c953 commit bd5a943

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bindings/matrix-sdk-ffi/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@ workspace = true
107107
features = [
108108
"anyhow",
109109
"e2e-encryption",
110-
"experimental-widgets",
110+
"experimental-widgets",
111111
"markdown",
112-
"native-tls", # note: differ from block below
112+
"rustls-tls",
113113
"socks",
114-
"indexeddb", # note: differ from block below
114+
"indexeddb",
115115
"uniffi",
116116
]
117117

0 commit comments

Comments
 (0)