Skip to content

Commit 828c79f

Browse files
RoyLinRoyLin
authored andcommitted
fix(ci): update a3s-memory to 0.1.1 and fix setup-workspace.sh path dep
1 parent ffbb27f commit 828c79f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/setup-workspace.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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.1"|' \
13-
-e 's|a3s-memory = { version = "0.1", path = "../../memory" }|a3s-memory = "0.1"|' \
13+
-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"|' \
1515
-e 's|a3s-search = { version = "0.8", path = "../../search", default-features = false }|a3s-search = { version = "0.8", 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 }|' \

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ path = "src/lib.rs"
1414
[dependencies]
1515
# Internal crates
1616
a3s-common = { version = "0.1", path = "../../common" }
17-
a3s-memory = { version = "0.1", path = "../../memory" }
17+
a3s-memory = { version = "0.1.1", path = "../../memory" }
1818
a3s-lane = { version = "0.4", path = "../../lane" }
1919
a3s-search = { version = "0.8", path = "../../search", default-features = false }
2020
# Sandbox integration (optional — requires `sandbox` feature)

0 commit comments

Comments
 (0)