Switch to tag-pinned bread-ecosystem deps; bump version to v0.2.2
All checks were successful
Build and publish package / package (push) Successful in 1m31s

This commit is contained in:
Breadway 2026-07-19 03:35:32 +08:00
parent 7b7fe680fe
commit 767e7f7434
2 changed files with 19 additions and 19 deletions

View file

@ -17,5 +17,4 @@ toml = "0.8"
# Non-destructive state editing (mirrors bos-settings/src/config/mod.rs).
toml_edit = "0.22"
async-channel = "2"
# TODO(owner): switch to tag-pinned git dependency once bread-utils is merged and tagged, matching the bread-theme pattern
bread-utils = { path = "../bread-ecosystem-fix-worktree/bread-utils", features = ["toml"] }
bread-utils = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", tag = "v0.3.0", features = ["toml"] }