Skip to content

Remove unused dependency #5626

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 27, 2025
Merged

Conversation

youknowone
Copy link
Member

No description provided.

@youknowone youknowone requested a review from Copilot March 27, 2025 04:30
Copy link

@Copilot 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 removes unused dependencies from various Cargo.toml files to clean up the dependency graph.

  • In pylib/Cargo.toml, the freeze-stdlib feature is updated and rustpython-related dependencies are marked as optional.
  • In stdlib/Cargo.toml, the thread_local dependency is removed.
  • In common/Cargo.toml, the num-complex dependency is removed.

Reviewed Changes

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

File Description
pylib/Cargo.toml Updates the freeze-stdlib feature and marks rustpython dependencies as optional.
stdlib/Cargo.toml Removes the unused thread_local dependency.
common/Cargo.toml Removes the unused num-complex dependency.

@coolreader18 coolreader18 merged commit 6e79a2a into RustPython:main Mar 27, 2025
11 checks passed
@youknowone youknowone deleted the remove-unused-deps branch March 27, 2025 04:38
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