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 9d12e34 commit 692607fCopy full SHA for 692607f
1 file changed
.github/setup-workspace.sh
@@ -12,7 +12,7 @@ sed -i.bak \
12
-e 's|a3s-common = { version = "0.1", path = "../../common" }|a3s-common = "0.1.1"|' \
13
-e 's|a3s-memory = { version = "0.1.1", path = "../../memory" }|a3s-memory = "0.1.1"|' \
14
-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 }|' \
+ -e 's|a3s-search = { version = "1.0", path = "../../search", default-features = false }|a3s-search = { version = "1.0", default-features = false }|' \
16
-e 's|a3s-box-sdk = { version = "0.7", path = "../../box/src/sdk", optional = true }|a3s-box-sdk = { version = "0.7", optional = true }|' \
17
-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"] }|' \
18
core/Cargo.toml
0 commit comments