Skip to content

Commit 78d5919

Browse files
committed
fix(ci): update setup-workspace.sh — add a3s-memory, fix a3s-box-sdk version 0.5→0.6, remove stale a3s-cron
1 parent 8fa1679 commit 78d5919

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
@@ -10,10 +10,10 @@ echo "Replacing path dependencies with crates.io versions..."
1010
# core/Cargo.toml — internal crate deps
1111
sed -i.bak \
1212
-e 's|a3s-common = { version = "0.1", path = "../../common" }|a3s-common = "0.1"|' \
13+
-e 's|a3s-memory = { version = "0.1", path = "../../memory" }|a3s-memory = "0.1"|' \
1314
-e 's|a3s-lane = { version = "0.4", path = "../../lane" }|a3s-lane = "0.4"|' \
14-
-e 's|a3s-cron = { version = "0.1", path = "../../cron" }|a3s-cron = "0.1.2"|' \
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.5", path = "../../box/src/sdk", optional = true }|a3s-box-sdk = { version = "0.5", optional = true }|' \
16+
-e 's|a3s-box-sdk = { version = "0.6", path = "../../box/src/sdk", optional = true }|a3s-box-sdk = { version = "0.6", optional = true }|' \
1717
core/Cargo.toml
1818
rm -f core/Cargo.toml.bak
1919

0 commit comments

Comments
 (0)