Repoint bread-ecosystem git deps from dev to main branch
All checks were successful
dev release / build (push) Successful in 7m58s

This commit is contained in:
Breadway 2026-07-31 14:30:01 +08:00
parent d4fa0f901b
commit abfb4fd4a4
2 changed files with 6 additions and 6 deletions

View file

@ -45,6 +45,6 @@ bread-theme = { git = "https://github.com/Breadway/bread-ecosystem", branch = "m
bread-utils = { git = "https://github.com/Breadway/bread-ecosystem", branch = "main", features = ["toml"] }
# Capture primitives for `--screenshot` mode — see src/screenshot.rs. On
# "dev", not "main" like the two deps above: it doesn't exist on main yet.
bread-screenshots = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", branch = "dev" }
bread-screenshots = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", branch = "main" }
anyhow = "1"