Skip to content

Commit fa63c59

Browse files
committed
fix: use git dependency for a3s-acl instead of path dependency
The path dependency ../../acl only works in the monorepo context. CI runs on the Code repo directly without the monorepo structure, so the path dependency cannot be resolved. Change to git dependency with tag v0.2.0. Co-authored-by: Claude <noreply@anthropic.com>
1 parent 49f76dc commit fa63c59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ toml = "0.8"
3737
hcl-rs = "0.18"
3838

3939
# ACL config parsing
40-
a3s-acl = { path = "../../acl" }
40+
a3s-acl = { git = "https://github.com/A3S-Lab/ACL.git", tag = "v0.2.0" }
4141

4242
# Error handling
4343
anyhow = "1.0"

0 commit comments

Comments
 (0)