Switch to tag-pinned bread-ecosystem deps; bump version to v2.1.6
All checks were successful
Mirror to GitHub / mirror (push) Successful in 2s
release / build (push) Successful in 38s
Build and publish package / package (push) Successful in 46s

This commit is contained in:
Breadway 2026-07-19 03:52:39 +08:00
parent 59416fb273
commit c10e8dc5e8
5 changed files with 22 additions and 59 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "breadcrumbs"
version = "2.1.5"
version = "2.1.6"
edition = "2021"
description = "Profile-aware Wi-Fi state machine with Tailscale handling and self-healing watch daemon"
license = "MIT"
@ -15,7 +15,7 @@ serde = { version = "1", features = ["derive"] }
toml = "0.8"
serde_json = "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" }
[profile.release]
opt-level = "s"