Skip to content

Commit 63424be

Browse files
Shahinyanmclaude
andcommitted
fix(deps): bump inter-crate tj-core pin to 0.27.0
The path deps pinned task-journal-core = "0.26.1" (^0.26.1 excludes 0.27.0); the first minor bump broke registry resolution in CI. Match the pin to the workspace version. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 1bf3428 commit 63424be

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/tj-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ default = ["embed"]
2323
embed = ["tj-core/embed"]
2424

2525
[dependencies]
26-
tj-core = { package = "task-journal-core", version = "0.26.1", path = "../tj-core", default-features = false }
26+
tj-core = { package = "task-journal-core", version = "0.27.0", path = "../tj-core", default-features = false }
2727
anyhow = { workspace = true }
2828
clap = { workspace = true }
2929
tracing = { workspace = true }

crates/tj-mcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ path = "src/main.rs"
1717

1818
[dependencies]
1919
# Lean: the MCP server doesn't embed yet, so it skips the model2vec backend.
20-
tj-core = { package = "task-journal-core", version = "0.26.1", path = "../tj-core", default-features = false }
20+
tj-core = { package = "task-journal-core", version = "0.27.0", path = "../tj-core", default-features = false }
2121
anyhow = { workspace = true }
2222
tokio = { workspace = true }
2323
tracing = { workspace = true }

0 commit comments

Comments
 (0)