Switch to tag-pinned bread-ecosystem deps; bump version to v0.1.2
All checks were successful
Mirror to GitHub / mirror (push) Successful in 2s
release / build (push) Successful in 27s

This commit is contained in:
Breadway 2026-07-19 03:52:45 +08:00
parent f8f9c72709
commit a69458947b
2 changed files with 47 additions and 46 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "breadmon"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
description = "TUI monitor manager for Hyprland"
license = "MIT"
@ -20,7 +20,7 @@ anyhow = "1"
dirs = "5"
futures = "0.3"
# 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" }
[profile.release]
lto = "thin"