Skip to content

Commit 7da2c0b

Browse files
committed
chore: update a3s-search to v1.1 with obscura feature
1 parent 6911b99 commit 7da2c0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ path = "src/lib.rs"
1616
a3s-common = { version = "0.1", path = "../../common" }
1717
a3s-memory = { version = "0.1.1", path = "../../memory" }
1818
a3s-lane = { version = "0.4", path = "../../lane" }
19-
a3s-search = { version = "1.0", path = "../../search", default-features = false }
19+
a3s-search = { version = "1.1", path = "../../search", default-features = false, features = ["obscura"] }
2020
a3s-ahp = { version = "2.0", path = "../../ahp", optional = true, features = ["http", "websocket", "unix-socket"] }
2121

2222
# Async runtime

0 commit comments

Comments
 (0)