Skip to content

Commit

Permalink
The probly-search dependency is optional.
Browse files Browse the repository at this point in the history
Only enabled when the search feature flag is on.
  • Loading branch information
tmpfs committed Dec 1, 2023
1 parent 78ead44 commit 4b481e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workspace/sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ files = []
mem-fs = ["sos-vfs/mem-fs"]
recovery = ["dep:vsss-rs"]
test-utils = ["dep:anyhow"]
search = []
search = ["dep:probly-search"]
security-report = []

[dependencies]
Expand Down Expand Up @@ -84,6 +84,7 @@ vsss-rs = {version = "3", optional = true }

[dependencies.probly-search]
version = "2.0.0-alpha-2"
optional = true
#path = "../../../../forks/probly-search"
#git = "https://github.com/tmpfs/probly-search/"
#branch = "multi-field"
Expand Down

0 comments on commit 4b481e0

Please sign in to comment.