We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6911b99 commit 7da2c0bCopy full SHA for 7da2c0b
1 file changed
core/Cargo.toml
@@ -16,7 +16,7 @@ path = "src/lib.rs"
16
a3s-common = { version = "0.1", path = "../../common" }
17
a3s-memory = { version = "0.1.1", path = "../../memory" }
18
a3s-lane = { version = "0.4", path = "../../lane" }
19
-a3s-search = { version = "1.0", path = "../../search", default-features = false }
+a3s-search = { version = "1.1", path = "../../search", default-features = false, features = ["obscura"] }
20
a3s-ahp = { version = "2.0", path = "../../ahp", optional = true, features = ["http", "websocket", "unix-socket"] }
21
22
# Async runtime
0 commit comments