Skip to content

Commit e11b413

Browse files
Daniel SalinasDaniel Salinas
authored andcommitted
Remove default features from ffi
1 parent 19debc1 commit e11b413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/matrix-sdk-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ release = true
1717
crate-type = ["cdylib", "staticlib"]
1818

1919
[features]
20-
default = ["bundled-sqlite", "matrix-sdk-ui/unstable-msc4274"]
20+
default = ["matrix-sdk-ui/unstable-msc4274"]
2121
bundled-sqlite = ["matrix-sdk/bundled-sqlite"]
2222
js = []
2323

0 commit comments

Comments
 (0)