Skip to content

chore: Use workspace tracing-subscriber in core/executor#317

Merged
eigmax merged 1 commit intoProjectZKM:mainfrom
JoshMa-mq:cargo
Oct 4, 2025
Merged

chore: Use workspace tracing-subscriber in core/executor#317
eigmax merged 1 commit intoProjectZKM:mainfrom
JoshMa-mq:cargo

Conversation

@JoshMa-mq
Copy link
Contributor

Description

Switch core/executor from tracing-subscriber = "0.3.19" to { workspace = true }, matching the workspace version (0.3.17). This removes intra-workspace version drift, avoids duplicate crates in cargo tree, and keeps features/logging behavior consistent across crates. No code paths change. Build and lints pass; cargo tree -d shows a single tracing-subscriber after this change.

@eigmax eigmax merged commit 8793fce into ProjectZKM:main Oct 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants