Skip to content
This repository was archived by the owner on Aug 18, 2026. It is now read-only.

chore(workspace): hoist tantivy into workspace dependencies - #35

Merged
pranc1ngpegasus merged 1 commit into
mainfrom
chore/workspace-deps
Aug 14, 2026
Merged

chore(workspace): hoist tantivy into workspace dependencies#35
pranc1ngpegasus merged 1 commit into
mainfrom
chore/workspace-deps

Conversation

@pranc1ngpegasus

Copy link
Copy Markdown
Member

What

Moves tantivy from a per-crate version pin in sui-tools/Cargo.toml into [workspace.dependencies] in the root Cargo.toml, and switches sui-tools to consume it via { workspace = true }.

Why

Every other dependency across the 8-crate workspace is already declared as a workspace dependency. tantivy = "0.26.1" in sui-tools was the last direct version pin, so versioning is now single-sourced in one place.

Validation

  • cargo check --workspace --all-targets passes.
  • Cargo.lock is unchanged (identical version requirement, no version drift).
  • Pre-commit hooks pass (no hooks match Cargo.toml).

@pranc1ngpegasus
pranc1ngpegasus merged commit c49c9dd into main Aug 14, 2026
1 check passed
@pranc1ngpegasus
pranc1ngpegasus deleted the chore/workspace-deps branch August 14, 2026 04:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant