Switch to tag-pinned bread-ecosystem deps; bump version to v0.1.11
Some checks failed
Mirror to GitHub / mirror (push) Failing after 2s
Build and publish package / package (push) Failing after 27s
release / build (push) Successful in 11s

This commit is contained in:
Breadway 2026-07-19 03:52:49 +08:00
parent 50efebe5df
commit c20a6d966c
4 changed files with 17 additions and 55 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "breadpaper"
version = "0.1.10"
version = "0.1.11"
edition = "2024"
description = "Wallpaper manager for the bread desktop"
license = "MIT"
@ -8,5 +8,4 @@ license = "MIT"
[dependencies]
clap = { version = "4", features = ["derive"] }
anyhow = "1"
# 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" }
bread-utils = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", tag = "v0.3.0" }