Skip to content

Commit 239203a

Browse files
committed
fix: The search crate doesn't actually depend on the main crate
This removes a circular dependency we had resulting in a semi-broken release process.
1 parent 24d7518 commit 239203a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/matrix-sdk-search/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ zeroize.workspace = true
3737

3838
[dev-dependencies]
3939
matrix-sdk-test.workspace = true
40-
matrix-sdk = { workspace = true, features = ["native-tls", "e2e-encryption", "sqlite", "experimental-search"] }
4140
tempfile.workspace = true
4241

4342
[lints]

0 commit comments

Comments
 (0)