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

@ -9,7 +9,7 @@ path = "src/main.rs"
[dependencies]
breadclip-core = { path = "../breadclip-core" }
bread-utils = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", tag = "v0.7.1", features = ["bread-client"] }
bread-utils = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", tag = "v0.7.2", features = ["bread-client"] }
serde_json = "1"
[dev-dependencies]