-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
chore: update rustc #4985
chore: update rustc #4985
Conversation
FYI, cargo workspace dependencies and metadata inheritance support was added in PyO3/maturin#1123 and PyO3/maturin#1131, I plan to release maturin v0.13.4 this week. |
I'm releasing v0.13.4-beta.1 for you to try: https://github.com/PyO3/maturin/actions/runs/3127244373 Oops it's having trouble because there are two workspaces, I need to find a solution to fix it in maturin.
|
once_cell = "1" | ||
polars-arrow = { version = "0.24.2", path = "../polars-arrow", features = ["compute"] } | ||
polars-utils = { version = "0.24.2", path = "../polars-utils" } | ||
rand = { version = "0.8", optional = true, features = ["small_rng", "std"] } | ||
rand_distr = { version = "0.4", optional = true } | ||
rayon = "1.5" | ||
rayon.worspace = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be rayon.workspace = true
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! Fixed in a follow up PR.
This is a great change! Glad to see the arrow2 dependency information consolidate. |
Yes, really neat new feature. |
No description provided.