Fix unswapped bread-utils path dep and stale bread-theme URL; bump to v0.2.1
Some checks failed
Mirror to GitHub / mirror (push) Successful in 2s
release / build (push) Failing after 1s

This commit is contained in:
Breadway 2026-07-19 04:02:53 +08:00
parent 4c21cc3f71
commit 83b1fd7c23
4 changed files with 24 additions and 16 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "breadclip-core"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
[dependencies]
@ -8,9 +8,8 @@ rusqlite = { version = "0.31", features = ["bundled"] }
sha2 = "0.10"
hex = "0.4"
dirs = "5"
# TODO(owner): switch to tag-pinned git dependency once bread-utils is merged and tagged, matching the bread-theme pattern.
# (Path corrected: previously pointed at a since-cleaned-up "bread-ecosystem-fix-worktree" checkout that no longer exists on disk.)
bread-utils = { path = "../../bread-ecosystem/bread-utils" }
bread-utils = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", tag = "v0.3.0" }
[dev-dependencies]
tempfile = "3"