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

This commit is contained in:
Breadway 2026-07-19 03:52:53 +08:00
parent 5e4cbc83c9
commit aad314c5ca
2 changed files with 31 additions and 31 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "breadshot"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "MIT"
authors = ["Breadway"]
@ -16,8 +16,7 @@ serde_json = "1"
toml = "0.8"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
# 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"