You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Remove workspace inheritance now that we converted it into a path dependency
dep_table[&dep_name]
.as_table_like_mut()
.unwrap()
.remove("workspace");
}
Could you please try add it back to see whether it fixes this issue, if you are interested? Pull requests are welcome. Otherwise I'll take a look after work.
Bug Description
Hi. maturin >= 1.2.1 fails to build binary project with workspace dependencies.
This is my failing log. https://github.com/ast-grep/ast-grep/actions/runs/5880912791/job/15948245773
However, it build successfully with maturin=1.20.0
GH Action log: https://github.com/ast-grep/ast-grep/actions/runs/5881486702/job/15950058141
The change ast-grep/ast-grep@eb2b6a1
My project is https://github.com/ast-grep/ast-grep. The minimal project layout is like
Root Cargo.toml
cli crate Cargo.toml
Your maturin version (
maturin --version
)1.2.1
Your Python version (
python -V
)3.10.0
Your pip version (
pip -V
)23.0.1
What bindings you're using
bin
Does
cargo build
work?If on windows, have you checked that you aren't accidentally using unix path (those with the forward slash
/
)?Steps to Reproduce
The text was updated successfully, but these errors were encountered: