Skip to content

Commit c682f4c

Browse files
committed
ci: fix standalone a3s-ahp dependency rewrite
1 parent 9c6ed0e commit c682f4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/setup-workspace.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sed -i.bak \
1414
-e 's|a3s-lane = { version = "0.4", path = "../../lane" }|a3s-lane = "0.4"|' \
1515
-e 's|a3s-search = { version = "1.2.3", path = "../../search", default-features = false, features = \["lightpanda"\] }|a3s-search = { version = "1.2.3", default-features = false, features = ["lightpanda"] }|' \
1616
-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"] }|' \
17+
-e 's|a3s-ahp = { version = "2.3", path = "../../ahp", optional = true, features = \["http", "websocket", "unix-socket"\] }|a3s-ahp = { version = "2.3", optional = true, features = ["http", "websocket", "unix-socket"] }|' \
1818
core/Cargo.toml
1919
rm -f core/Cargo.toml.bak
2020

@@ -32,7 +32,7 @@ rm -f sdk/node/Cargo.toml.bak
3232

3333
# core/Cargo.toml — replace ahp path dep in dev-dependencies
3434
sed -i.bak \
35-
-e 's|a3s-ahp = { path = "../../ahp" }|a3s-ahp = "2.0"|' \
35+
-e 's|a3s-ahp = { path = "../../ahp" }|a3s-ahp = "2.3"|' \
3636
core/Cargo.toml
3737
rm -f core/Cargo.toml.bak
3838

0 commit comments

Comments
 (0)