Skip to content

Commit 692607f

Browse files
committed
fix: update setup-workspace.sh to use a3s-search 1.0
1 parent 9d12e34 commit 692607f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/setup-workspace.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sed -i.bak \
1212
-e 's|a3s-common = { version = "0.1", path = "../../common" }|a3s-common = "0.1.1"|' \
1313
-e 's|a3s-memory = { version = "0.1.1", path = "../../memory" }|a3s-memory = "0.1.1"|' \
1414
-e 's|a3s-lane = { version = "0.4", path = "../../lane" }|a3s-lane = "0.4"|' \
15-
-e 's|a3s-search = { version = "0.9", path = "../../search", default-features = false }|a3s-search = { version = "0.9", default-features = false }|' \
15+
-e 's|a3s-search = { version = "1.0", path = "../../search", default-features = false }|a3s-search = { version = "1.0", default-features = false }|' \
1616
-e 's|a3s-box-sdk = { version = "0.7", path = "../../box/src/sdk", optional = true }|a3s-box-sdk = { version = "0.7", optional = true }|' \
1717
-e 's|a3s-ahp = { version = "2.0", path = "../../ahp", optional = true, features = \["http", "websocket", "unix-socket"\] }|a3s-ahp = { version = "2.0", optional = true, features = ["http", "websocket", "unix-socket"] }|' \
1818
core/Cargo.toml

0 commit comments

Comments
 (0)