Skip to content

chore: move all deps into workspace dependencies#209

Merged
Brooooooklyn merged 1 commit intomainfrom
10-03-chore_move_all_deps_into_workspace_dependencies
Oct 3, 2025
Merged

chore: move all deps into workspace dependencies#209
Brooooooklyn merged 1 commit intomainfrom
10-03-chore_move_all_deps_into_workspace_dependencies

Conversation

@Brooooooklyn
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings October 3, 2025 02:06
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR consolidates dependency management by moving all individual dependency declarations from crate-specific Cargo.toml files to centralized workspace dependencies in the root Cargo.toml.

  • Migrates all standalone dependency declarations to use { workspace = true } syntax
  • Adds comprehensive workspace dependency definitions in the root Cargo.toml
  • Maintains existing feature flags and dependency configurations through the workspace structure

Reviewed Changes

Copilot reviewed 10 out of 11 changed files in this pull request and generated no comments.

Show a summary per file
File Description
Cargo.toml Adds comprehensive workspace dependency definitions for all crates
crates/vite_path/Cargo.toml Migrates assert2 dev-dependency to workspace
crates/fspy_shared_unix/Cargo.toml Migrates all dependencies to workspace references
crates/fspy_shared/Cargo.toml Migrates all dependencies to workspace references
crates/fspy_seccomp_unotify/Cargo.toml Migrates all dependencies to workspace references
crates/fspy_preload_windows/Cargo.toml Migrates all dependencies to workspace references
crates/fspy_preload_unix/Cargo.toml Migrates all dependencies to workspace references
crates/fspy_e2e/Cargo.toml Migrates all dependencies to workspace references
crates/fspy_detours_sys/Cargo.toml Migrates bindgen dev-dependency to workspace
crates/fspy/Cargo.toml Migrates all dependencies to workspace references

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link
Copy Markdown
Member Author

Brooooooklyn commented Oct 3, 2025

@Brooooooklyn Brooooooklyn merged commit 80d2d3d into main Oct 3, 2025
9 checks passed
Copy link
Copy Markdown
Member Author

Merge activity

@Brooooooklyn Brooooooklyn deleted the 10-03-chore_move_all_deps_into_workspace_dependencies branch October 3, 2025 03:10
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.

3 participants