Skip to content

Commit 74cc3b3

Browse files
ZhiXiao-Linclaude
andcommitted
fix(ci): update a3s-box-sdk version in setup-workspace.sh to 0.7
The sed pattern was matching version 0.6 but Cargo.toml uses 0.7, causing path dependency replacement to silently fail in CI. Co-Authored-By: Kiro <noreply@anthropic.com>
1 parent aca088e commit 74cc3b3

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
@@ -13,7 +13,7 @@ sed -i.bak \
1313
-e 's|a3s-memory = { version = "0.1", path = "../../memory" }|a3s-memory = "0.1"|' \
1414
-e 's|a3s-lane = { version = "0.4", path = "../../lane" }|a3s-lane = "0.4"|' \
1515
-e 's|a3s-search = { version = "0.8", path = "../../search", default-features = false }|a3s-search = { version = "0.8", default-features = false }|' \
16-
-e 's|a3s-box-sdk = { version = "0.6", path = "../../box/src/sdk", optional = true }|a3s-box-sdk = { version = "0.6", optional = true }|' \
16+
-e 's|a3s-box-sdk = { version = "0.7", path = "../../box/src/sdk", optional = true }|a3s-box-sdk = { version = "0.7", optional = true }|' \
1717
core/Cargo.toml
1818
rm -f core/Cargo.toml.bak
1919

0 commit comments

Comments
 (0)