| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This pull request consolidates dependency definitions by transitioning several packages to use workspace-managed dependencies. The key changes include updating multiple Cargo.toml files to remove explicit version and path specifications in favor of workspace usage, adding new dependencies consistently across the project, and aligning dependency features where applicable.
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file| File | Description |
|---|---|
| pylib/Cargo.toml | Changed rustpython-derive to use the workspace dependency flag. |
| Cargo.toml | Added several dependencies (e.g., libffi, optional) with explicit versioning. |
| vm/Cargo.toml | Converted dependencies such as optional, unicode-casing, and unic-ucd-* to workspace. |
| vm/sre_engine/Cargo.toml | Updated optional to use workspace dependency. |
| jit/Cargo.toml | Removed redundant libffi dependency block and added workspace-managed dependency. |
| compiler/literal/Cargo.toml | Converted unic-ucd-category to workspace dependency. |
| derive-impl/Cargo.toml | Replaced version-specific proc-macro2 and quote with workspace versions. |
| compiler/core/Cargo.toml | Switched serde dependency to workspace management. |
| stdlib/Cargo.toml | Updated unicode-casing and unic-* dependencies to use workspace. |
Cargo.toml:181
optional = "0.5"
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.