Pin bread-ecosystem crates to v0.7.2
Some checks failed
dev release / build (push) Failing after 1s

Repoint bread-theme, bread-utils, and bread-screenshots at tag v0.7.2
on git.breadway.dev. Drop the 69ce2d67 rev pin now that screenshots
is on a tagged release.
This commit is contained in:
Breadway 2026-08-15 22:53:46 +08:00
parent fc704f4d67
commit fe8ea86c87
4 changed files with 15 additions and 28 deletions

View file

@ -8,7 +8,7 @@ rusqlite = { version = "0.31", features = ["bundled"] }
sha2 = "0.10"
hex = "0.4"
dirs = "5"
bread-utils = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", tag = "v0.7.1" }
bread-utils = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", tag = "v0.7.2" }
[dev-dependencies]
tempfile = "3"