fix: switch bread-theme to git dep (v0.1.0) for CI

This commit is contained in:
Breadway 2026-06-06 23:26:54 +08:00
parent 1240d97892
commit c147962da6
2 changed files with 47 additions and 48 deletions

View file

@ -7,9 +7,7 @@ authors.workspace = true
[dependencies]
# Path dep for local dev; replace with git dep on first tag:
# bread-theme = { git = "https://github.com/Breadway/bread-ecosystem", tag = "theme-v0.1.0" }
bread-theme = { path = "../../bread-ecosystem/bread-theme" }
bread-theme = { git = "https://github.com/Breadway/bread-ecosystem", tag = "v0.1.0" }
anyhow.workspace = true
tracing.workspace = true
serde.workspace = true